From 5d5e635c48114c725bae4755f05276d0821ec57a Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Mon, 14 Jul 2025 13:48:10 +0800 Subject: [PATCH] invoices: fix typos --- invoices/invoiceregistry_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invoices/invoiceregistry_test.go b/invoices/invoiceregistry_test.go index 4ad93964e..746a8461d 100644 --- a/invoices/invoiceregistry_test.go +++ b/invoices/invoiceregistry_test.go @@ -911,7 +911,7 @@ func testKeySendImpl(t *testing.T, keySendEnabled bool, } // Finally, test that we can properly fulfill a second keysend payment - // with a unique preiamge. + // with a unique preimage. preimage2 := lntypes.Preimage{1, 2, 3, 4} hash2 := preimage2.Hash() @@ -2003,7 +2003,7 @@ func testSpontaneousAmpPaymentImpl( } // Record the hodl channels of all HTLCs but the last one, which - // received its resolution directly from NotifyExistHopHtlc. + // received its resolution directly from NotifyExitHopHtlc. hodlChans := make(map[lntypes.Preimage]chan interface{}) for i := 0; i < numShards; i++ { isFinalShard := i == numShards-1