fix printf

This commit is contained in:
Shannon Appelcline 2020-08-05 08:07:35 -10:00 committed by GitHub
parent be3e2cc436
commit c2539dde66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}