mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Update 15_2_Programming_Bitcoind_with_C.md
This commit is contained in:
parent
147dfb75c0
commit
99b2fb5a41
@ -146,7 +146,7 @@ If you didn't find any large-enough UTXOs, you'll have to report that sad fact t
|
||||
```
|
||||
if (!tx_id) {
|
||||
|
||||
printf("Very Sad: You don't have any UTXOs larger than %f",tx_total);
|
||||
printf("Very Sad: You don't have any UTXOs larger than %f\n",tx_total);
|
||||
exit(-1);
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user