From 39b77edca19addadb7700ffb8a277e48a2c284c3 Mon Sep 17 00:00:00 2001 From: ziggie Date: Sat, 3 Dec 2022 16:39:25 +0100 Subject: [PATCH] btcwallet: fix typo --- lnwallet/btcwallet/btcwallet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnwallet/btcwallet/btcwallet.go b/lnwallet/btcwallet/btcwallet.go index ad32da0cf..8305dbb55 100644 --- a/lnwallet/btcwallet/btcwallet.go +++ b/lnwallet/btcwallet/btcwallet.go @@ -55,7 +55,7 @@ const ( var ( // waddrmgrNamespaceKey is the namespace key that the waddrmgr state is - // stored within the top-level waleltdb buckets of btcwallet. + // stored within the top-level walletdb buckets of btcwallet. waddrmgrNamespaceKey = []byte("waddrmgr") // wtxmgrNamespaceKey is the namespace key that the wtxmgr state is