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

@@ -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);