Browse Source

wallet: remove debugging fprintf.

Left over from e81d78ec4c.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
fix-mocks
Rusty Russell 4 years ago
parent
commit
25b0dbe7e8
  1. 2
      wallet/reservation.c

2
wallet/reservation.c

@ -429,8 +429,6 @@ static struct command_result *json_fundpsbt(struct command *cmd,
"impossible UTXO value");
/* But also adds weight */
fprintf(stderr, "min_witness_weight is %u\n",
*min_witness_weight);
*weight += utxo_spend_weight(utxo, *min_witness_weight);
continue;
}

Loading…
Cancel
Save