From 8421ae6ca4790d22a1ba256de74fc8e670581ee2 Mon Sep 17 00:00:00 2001 From: shuoer86 <129674997+shuoer86@users.noreply.github.com> Date: Fri, 12 Jan 2024 20:56:44 +0800 Subject: [PATCH] fix typo test/chainnotifier_mock.go --- test/chainnotifier_mock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/chainnotifier_mock.go b/test/chainnotifier_mock.go index d0b41cd..836e50f 100644 --- a/test/chainnotifier_mock.go +++ b/test/chainnotifier_mock.go @@ -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(