mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
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:
@@ -239,7 +239,7 @@ struct chain_coin_mvt *new_onchain_htlc_withdraw(const tal_t *ctx,
|
|||||||
outpoint, payment_hash,
|
outpoint, payment_hash,
|
||||||
blockheight,
|
blockheight,
|
||||||
take(new_tag_arr(NULL, HTLC_FULFILL)),
|
take(new_tag_arr(NULL, HTLC_FULFILL)),
|
||||||
amount, false);
|
amount, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chain_coin_mvt *new_coin_external_spend(const tal_t *ctx,
|
struct chain_coin_mvt *new_coin_external_spend(const tal_t *ctx,
|
||||||
|
|||||||
Reference in New Issue
Block a user