mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
nit: spelling fix
This commit is contained in:
parent
5701123209
commit
193b4425ab
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue