mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
keychain: add a btcwallet implementation of the KeyRing and SecretKeyRing interfaces
This commit is contained in:
@@ -6,7 +6,7 @@ const (
|
||||
// KeyDerivationVersion is the version of the key derivation schema
|
||||
// defined below. We use a version as this means that we'll be able to
|
||||
// accept new seed in the future and be able to discern if the software
|
||||
// is compatible with the version of the weed.
|
||||
// is compatible with the version of the seed.
|
||||
KeyDerivationVersion = 0
|
||||
|
||||
// BIP0043Purpose is the "purpose" value that we'll use for the first
|
||||
|
Reference in New Issue
Block a user