mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
keychain: add missing KeyFamily type
This commit is contained in:
@@ -55,7 +55,7 @@ const (
|
||||
// KeyFamilyRevocationBase are keys that are used within channels to
|
||||
// create revocation basepoints that the remote party will use to
|
||||
// create revocation keys for us.
|
||||
KeyFamilyRevocationBase = 1
|
||||
KeyFamilyRevocationBase KeyFamily = 1
|
||||
|
||||
// KeyFamilyHtlcBase are keys used within channels that will be
|
||||
// combined with per-state randomness to produce public keys that will
|
||||
|
@@ -30,6 +30,9 @@ var versionZeroKeyFamilies = []KeyFamily{
|
||||
KeyFamilyDelayBase,
|
||||
KeyFamilyRevocationRoot,
|
||||
KeyFamilyNodeKey,
|
||||
KeyFamilyStaticBackup,
|
||||
KeyFamilyTowerSession,
|
||||
KeyFamilyTowerID,
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user