mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
minor typo
This commit is contained in:
parent
5dc4f00740
commit
c3ce8432b5
@ -55,7 +55,7 @@ printf("Sending %4.8f BTC to %s\n",tx_amount,tx_recipient);
|
|||||||
|
|
||||||
### Step 2: Set an Arbitrary Fee
|
### Step 2: Set an Arbitrary Fee
|
||||||
|
|
||||||
This example just an arbitrary0.0005 BTC fee to ensure that the test transactions goes through quickly:
|
This example just an arbitrary 0.0005 BTC fee to ensure that the test transactions goes through quickly:
|
||||||
```
|
```
|
||||||
float tx_fee = 0.0005;
|
float tx_fee = 0.0005;
|
||||||
float tx_total = tx_amount + tx_fee;
|
float tx_total = tx_amount + tx_fee;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user