From 43f1fb45616f81e722a2c0b29778cf5d61de3678 Mon Sep 17 00:00:00 2001 From: niftynei Date: Fri, 21 Jan 2022 13:58:24 -0600 Subject: [PATCH] coin_moves: an htlc_fulfill claimed by them is a credit to "external" The money moved into an external account here. --- common/coin_mvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/coin_mvt.c b/common/coin_mvt.c index 68c23c989..1d77e9b9b 100644 --- a/common/coin_mvt.c +++ b/common/coin_mvt.c @@ -239,7 +239,7 @@ struct chain_coin_mvt *new_onchain_htlc_withdraw(const tal_t *ctx, outpoint, payment_hash, blockheight, take(new_tag_arr(NULL, HTLC_FULFILL)), - amount, false); + amount, true); } struct chain_coin_mvt *new_coin_external_spend(const tal_t *ctx,