coin_moves: an htlc_fulfill claimed by them is a credit to "external"

The money moved into an external account here.
This commit is contained in:
niftynei 2022-01-21 13:58:24 -06:00 committed by Rusty Russell
parent 081ef05dd1
commit 43f1fb4561
1 changed files with 1 additions and 1 deletions

View File

@ -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,