@@ -7,7 +7,7 @@ category: Transactions
77layout : TopicBanner
88order : 306
99icon : " 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"]
1111children : ["transaction-weight", "blocksize-blockweight", "fee-rate", "rbf"]
1212---
1313
@@ -37,14 +37,14 @@ Let's calculate the fee for the following <a href="https://mempool.space/tx/c27c
3737
3838<div className = " dark:hidden w-full rounded-xl overflow-hidden" >
3939 <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"
4141 width = " 100%"
4242 height = " auto"
4343 />
4444</div >
4545<div className = " hidden dark:block w-full rounded-xl overflow-hidden" >
4646 <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"
4848 width = " 100%"
4949 height = " auto"
5050 />
@@ -77,14 +77,14 @@ Miners receive two types of rewards for securing the network:
7777
7878<div className = " dark:hidden w-full rounded-lg" >
7979 <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"
8181 width = " 100%"
8282 height = " auto"
8383 />
8484</div >
8585<div className = " hidden dark:block w-full rounded-lg" >
8686 <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"
8888 width = " 100%"
8989 height = " auto"
9090 />
@@ -105,14 +105,14 @@ For now, understand that:
105105
106106<div className = " dark:hidden w-full rounded-lg" >
107107 <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"
109109 width = " 100%"
110110 height = " auto"
111111 />
112112</div >
113113<div className = " hidden dark:block w-full rounded-lg" >
114114 <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"
116116 width = " 100%"
117117 height = " auto"
118118 />
@@ -149,14 +149,14 @@ Let's say you have a transaction that's been sitting in the mempool for hours be
149149
150150<div className = " dark:hidden w-full rounded-lg" >
151151 <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"
153153 width = " 80%"
154154 height = " auto"
155155 />
156156</div >
157157<div className = " hidden dark:block w-full rounded-lg" >
158158 <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"
160160 width = " 80%"
161161 height = " auto"
162162 />
0 commit comments