mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
btcwallet: fix typo
This commit is contained in:
parent
28bceb23c8
commit
39b77edca1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue