Skip to content

Commit 8421ae6

Browse files
committed
fix typo test/chainnotifier_mock.go
1 parent 921bdf0 commit 8421ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/chainnotifier_mock.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func (c *mockChainNotifier) RegisterConfirmationsNtfn(ctx context.Context,
133133
r := c.confRegistrations[i]
134134

135135
// Whichever conf notifier catches the confirmation
136-
// will forward it to all matching subscibers.
136+
// will forward it to all matching subscribers.
137137
if bytes.Equal(m.Tx.TxOut[0].PkScript, r.PkScript) {
138138
// Unregister the "notifier".
139139
c.confRegistrations = append(

0 commit comments

Comments
 (0)