Skip to content

Commit 9ca5d0e

Browse files
authored
Merge pull request #390 from icculp/patch-15
minor typo
2 parents 5dc4f00 + c3ce843 commit 9ca5d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16_2_Programming_Bitcoind_with_C.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ printf("Sending %4.8f BTC to %s\n",tx_amount,tx_recipient);
5555
5656
### Step 2: Set an Arbitrary Fee
5757

58-
This example just an arbitrary0.0005 BTC fee to ensure that the test transactions goes through quickly:
58+
This example just an arbitrary 0.0005 BTC fee to ensure that the test transactions goes through quickly:
5959
```
6060
float tx_fee = 0.0005;
6161
float tx_total = tx_amount + tx_fee;

0 commit comments

Comments
 (0)