mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
fix printf
This commit is contained in:
parent
be3e2cc436
commit
c2539dde66
@ -107,7 +107,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
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