mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
multi: Fix various typos.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
4b883b9899
commit
a13ad0a339
@@ -107,7 +107,7 @@ func TestInvoiceWorkflow(t *testing.T) {
|
||||
"instead %v", err)
|
||||
}
|
||||
|
||||
// Attempt to look up a non-existant invoice, this should also fail but
|
||||
// Attempt to look up a non-existent invoice, this should also fail but
|
||||
// with a "not found" error.
|
||||
var fakeHash [32]byte
|
||||
if _, err := db.LookupInvoice(fakeHash); err != ErrInvoiceNotFound {
|
||||
|
Reference in New Issue
Block a user