mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
fix typo test/chainnotifier_mock.go
This commit is contained in:
parent
921bdf05bd
commit
8421ae6ca4
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ func (c *mockChainNotifier) RegisterConfirmationsNtfn(ctx context.Context,
|
|||
r := c.confRegistrations[i]
|
||||
|
||||
// Whichever conf notifier catches the confirmation
|
||||
// will forward it to all matching subscibers.
|
||||
// will forward it to all matching subscribers.
|
||||
if bytes.Equal(m.Tx.TxOut[0].PkScript, r.PkScript) {
|
||||
// Unregister the "notifier".
|
||||
c.confRegistrations = append(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue