diff --git a/wallet/reservation.c b/wallet/reservation.c index 5b3a764b5..2e0d02c95 100644 --- a/wallet/reservation.c +++ b/wallet/reservation.c @@ -324,9 +324,10 @@ static struct command_result *json_fundpsbt(struct command *cmd, struct amount_sat, amount), tal_count(utxos), - type_to_string(tmpctx, - struct amount_sat, - &diff)); + all ? "all" + : type_to_string(tmpctx, + struct amount_sat, + &diff)); } if (all) {