mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-20 19:16:47 +01:00
btcwallet: fix typo
This commit is contained in:
@@ -55,7 +55,7 @@ const (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// waddrmgrNamespaceKey is the namespace key that the waddrmgr state is
|
// 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")
|
waddrmgrNamespaceKey = []byte("waddrmgr")
|
||||||
|
|
||||||
// wtxmgrNamespaceKey is the namespace key that the wtxmgr state is
|
// wtxmgrNamespaceKey is the namespace key that the wtxmgr state is
|
||||||
|
|||||||
Reference in New Issue
Block a user