Skip to content

Commit fdf77ed

Browse files
committed
swap: address family for static addresses
1 parent 0db65f4 commit fdf77ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

swap/keychain.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ var (
44
// KeyFamily is the key family used to generate keys that allow
55
// spending of the htlc.
66
KeyFamily = int32(99)
7+
8+
// StaticAddressKeyFamily is the key family used to generate static
9+
// address keys.
10+
StaticAddressKeyFamily = int32(42060)
711
)

0 commit comments

Comments
 (0)