@@ -7,7 +7,7 @@ category: Transactions
7
7
layout : TopicBanner
8
8
order : 306
9
9
icon : " FaClipboardList"
10
- images : ["/bitcoin-topics /static/images/topics/thumbnails/transaction-module/fees-thumbnail-feecalculation.jpg"]
10
+ images : ["/decoding-bitcoin /static/images/topics/thumbnails/transaction-module/fees-thumbnail-feecalculation.jpg"]
11
11
children : ["transaction-weight", "blocksize-blockweight", "fee-rate", "rbf"]
12
12
---
13
13
@@ -37,14 +37,14 @@ Let's calculate the fee for the following <a href="https://mempool.space/tx/c27c
37
37
38
38
<div className = " dark:hidden w-full rounded-xl overflow-hidden" >
39
39
<SvgDisplay
40
- src = " /bitcoin-topics /static/images/topics/transactions/fees/fees_0_temp.png"
40
+ src = " /decoding-bitcoin /static/images/topics/transactions/fees/fees_0_temp.png"
41
41
width = " 100%"
42
42
height = " auto"
43
43
/>
44
44
</div >
45
45
<div className = " hidden dark:block w-full rounded-xl overflow-hidden" >
46
46
<SvgDisplay
47
- src = " /bitcoin-topics /static/images/topics/transactions/fees/fees_0_temp.png"
47
+ src = " /decoding-bitcoin /static/images/topics/transactions/fees/fees_0_temp.png"
48
48
width = " 100%"
49
49
height = " auto"
50
50
/>
@@ -77,14 +77,14 @@ Miners receive two types of rewards for securing the network:
77
77
78
78
<div className = " dark:hidden w-full rounded-lg" >
79
79
<SvgDisplay
80
- src = " /bitcoin-topics /static/images/topics/transactions/fees/fees_1.svg"
80
+ src = " /decoding-bitcoin /static/images/topics/transactions/fees/fees_1.svg"
81
81
width = " 100%"
82
82
height = " auto"
83
83
/>
84
84
</div >
85
85
<div className = " hidden dark:block w-full rounded-lg" >
86
86
<SvgDisplay
87
- src = " /bitcoin-topics /static/images/topics/transactions/fees/fees_1.svg"
87
+ src = " /decoding-bitcoin /static/images/topics/transactions/fees/fees_1.svg"
88
88
width = " 100%"
89
89
height = " auto"
90
90
/>
@@ -105,14 +105,14 @@ For now, understand that:
105
105
106
106
<div className = " dark:hidden w-full rounded-lg" >
107
107
<SvgDisplay
108
- src = " /bitcoin-topics /static/images/topics/transactions/fees/fees_2.svg"
108
+ src = " /decoding-bitcoin /static/images/topics/transactions/fees/fees_2.svg"
109
109
width = " 100%"
110
110
height = " auto"
111
111
/>
112
112
</div >
113
113
<div className = " hidden dark:block w-full rounded-lg" >
114
114
<SvgDisplay
115
- src = " /bitcoin-topics /static/images/topics/transactions/fees/fees_2.svg"
115
+ src = " /decoding-bitcoin /static/images/topics/transactions/fees/fees_2.svg"
116
116
width = " 100%"
117
117
height = " auto"
118
118
/>
@@ -149,14 +149,14 @@ Let's say you have a transaction that's been sitting in the mempool for hours be
149
149
150
150
<div className = " dark:hidden w-full rounded-lg" >
151
151
<SvgDisplay
152
- src = " /bitcoin-topics /static/images/topics/transactions/fees/fees_3.svg"
152
+ src = " /decoding-bitcoin /static/images/topics/transactions/fees/fees_3.svg"
153
153
width = " 80%"
154
154
height = " auto"
155
155
/>
156
156
</div >
157
157
<div className = " hidden dark:block w-full rounded-lg" >
158
158
<SvgDisplay
159
- src = " /bitcoin-topics /static/images/topics/transactions/fees/fees_3.svg"
159
+ src = " /decoding-bitcoin /static/images/topics/transactions/fees/fees_3.svg"
160
160
width = " 80%"
161
161
height = " auto"
162
162
/>
0 commit comments