2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00
loop/swap/keychain.go
sputn1ck 5454442771
swap: decide on actual keyfamily value
This commit decides on the actual key family value.
2023-04-26 17:55:44 +02:00

8 lines
136 B
Go

package swap
var (
// KeyFamily is the key family used to generate keys that allow
// spending of the htlc.
KeyFamily = int32(99)
)