Skip to content

Commit a1171cb

Browse files
committed
Typo
1 parent 17e3189 commit a1171cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitcoin_transfer/transaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Console.WriteLine(spentAmount.ToDecimal(MoneyUnit.BTC)); // 13.19703492
178178

179179
In this transaction 13.19**70**3492 BTC were received.
180180

181-
**Exercise:** Get the total received amount, as I have been done with the spent amount.
181+
**Exercise:** Get the total received amount, as I have done with the spent amount.
182182

183183
That means 0.0002 BTC (or 13.19**70**3492 - 13.19**68**3492) is not accounted for! The difference between the inputs and outputs are called **Transaction Fees** or **Miner’s Fees**. This is the money that the miner collects for including a given transaction in a block.
184184

0 commit comments

Comments
 (0)