We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db65f4 commit fdf77edCopy full SHA for fdf77ed
swap/keychain.go
@@ -4,4 +4,8 @@ var (
4
// KeyFamily is the key family used to generate keys that allow
5
// spending of the htlc.
6
KeyFamily = int32(99)
7
+
8
+ // StaticAddressKeyFamily is the key family used to generate static
9
+ // address keys.
10
+ StaticAddressKeyFamily = int32(42060)
11
)
0 commit comments