1 parent 3a148d0 commit 9680624Copy full SHA for 9680624
1 file changed
core/wallet.c
@@ -989,7 +989,7 @@ wallet_craft_tx(struct wallet *wallet,
989
ASSERT(value == desc->total_value);
990
991
if (value + desc->fee > wallet->balance) {
992
- log_warn(LGPFX" insufficient funds: %llu vs %llu (%.8f vs %.8f) fee=%.8f\n",
+ log_warn(LGPFX" insufficient funds: %" PRIu64 " vs %" PRIu64 " (%.8f vs %.8f) fee=%.8f\n",
993
value, wallet->balance, value / ONE_BTC,
994
wallet->balance / ONE_BTC, desc->fee / ONE_BTC);
995
return 1;
0 commit comments