swap: decide on actual keyfamily value

This commit decides on the actual key family value.
This commit is contained in:
sputn1ck 2023-04-26 17:51:03 +02:00
parent 28421affb8
commit 5454442771
No known key found for this signature in database
GPG key ID: 671103D881A5F0E4

View file

@ -3,7 +3,5 @@ package swap
var (
// KeyFamily is the key family used to generate keys that allow
// spending of the htlc.
//
// TODO(joost): decide on actual value
KeyFamily = int32(99)
)