swap: address family for static addresses

pull/692/head
Slyghtning 3 months ago
parent 0db65f4079
commit fdf77ed56d
No known key found for this signature in database
GPG Key ID: F82D456EA023C9BF

@ -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…
Cancel
Save