diff --git a/plugins/bkpr/bookkeeper.c b/plugins/bkpr/bookkeeper.c index 1bc018bfde4c..13c030795f59 100644 --- a/plugins/bkpr/bookkeeper.c +++ b/plugins/bkpr/bookkeeper.c @@ -1719,11 +1719,13 @@ static struct command_result *json_utxo_deposit(struct command *cmd, const char ev->ignored = false; ev->stealable = false; ev->rebalance = false; + ev->splice_close = false; ev->debit = AMOUNT_MSAT(0); ev->output_value = ev->credit; ev->spending_txid = NULL; ev->payment_id = NULL; ev->desc = NULL; + ev->splice_close = false; plugin_log(cmd->plugin, LOG_DBG, "%s (%s|%s) %s -%s %"PRIu64" %d %s", move_tag, ev->tag, ev->acct_name, @@ -1796,6 +1798,7 @@ static struct command_result *json_utxo_spend(struct command *cmd, const char *b ev->ignored = false; ev->stealable = false; ev->rebalance = false; + ev->splice_close = false; ev->credit = AMOUNT_MSAT(0); ev->output_value = ev->debit; ev->payment_id = NULL;