nit: spelling fix

This commit is contained in:
niftynei 2024-11-25 15:40:05 +10:30 committed by Rusty Russell
parent 5701123209
commit 193b4425ab
2 changed files with 2 additions and 2 deletions

View file

@ -270,7 +270,7 @@ static struct bitcoin_tx *spend_anchor(const tal_t *ctx,
struct amount_msat total_value;
const u8 *msg;
/* Estimate weight of spend tx plus commitment_tx (not including any UTXO we add) */
/* Estimate weight of anchorspend tx plus commitment_tx (not including any UTXO we add) */
base_weight = bitcoin_tx_core_weight(2, 1)
+ bitcoin_tx_input_weight(false,
bitcoin_tx_input_sig_weight()

View file

@ -342,7 +342,7 @@ static void handle_onchain_log_coin_move(struct channel *channel, const u8 *msg)
return;
}
/* Any 'ignored' payments get registed to the wallet */
/* Any 'ignored' payments get registered to the wallet */
if (!mvt->account_name)
mvt->account_name = fmt_channel_id(mvt,
&channel->cid);