This commit is contained in:
blackjok3r
2018-10-01 23:10:53 +08:00
parent dfba8357f3
commit 743131799f

View File

@@ -4362,7 +4362,7 @@ UniValue z_mergetoaddress(const UniValue& params, bool fHelp)
printf("nValue = %ld which is over maximum size so we will ignore it!\n", nValue); printf("nValue = %ld which is over maximum size so we will ignore it!\n", nValue);
continue; continue;
} else { } else {
printf("utxo found under maximum size so we will add it!\n", ); printf("utxo found under maximum size so we will add it!\n");
} }
} }