mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
wallet: remove debugging fprintf.
Left over from e81d78ec4c
.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
86176e8d0a
commit
25b0dbe7e8
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue