mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
swap: address family for static addresses
This commit is contained in:
parent
0db65f4079
commit
fdf77ed56d
1 changed files with 4 additions and 0 deletions
|
|
@ -4,4 +4,8 @@ var (
|
|||
// KeyFamily is the key family used to generate keys that allow
|
||||
// spending of the htlc.
|
||||
KeyFamily = int32(99)
|
||||
|
||||
// StaticAddressKeyFamily is the key family used to generate static
|
||||
// address keys.
|
||||
StaticAddressKeyFamily = int32(42060)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue