chore: fix typo

This commit is contained in:
chloefeal
2024-12-25 23:06:33 +08:00
parent a388c1f39d
commit 852a8d8746
11 changed files with 21 additions and 21 deletions

View File

@@ -491,7 +491,7 @@ out:
func (b *BitcoindNotifier) handleRelevantTx(tx *btcutil.Tx,
mempool bool, height uint32) {
// If this is a mempool spend, we'll ask the mempool notifier to hanlde
// If this is a mempool spend, we'll ask the mempool notifier to handle
// it.
if mempool {
err := b.memNotifier.ProcessRelevantSpendTx(tx)