mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
chore: fix typo
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user