fix typo test/chainnotifier_mock.go

pull/686/head
shuoer86 4 months ago
parent 921bdf05bd
commit 8421ae6ca4
No known key found for this signature in database
GPG Key ID: 84A704A15F88ADAD

@ -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…
Cancel
Save