1
0
Fork 0
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:
ziggie 2022-12-03 16:39:25 +01:00
parent 28bceb23c8
commit 39b77edca1
No known key found for this signature in database
GPG key ID: 1AFF9C4DCED6D666

View file

@ -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