swap: address family for static addresses

This commit is contained in:
Slyghtning 2024-01-31 11:03:41 +01:00
parent 0db65f4079
commit fdf77ed56d
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

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