mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-16 04:14:25 +01:00
wallet: remove debugging fprintf.
Left over from e81d78ec4c.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user