Merge pull request #577 from sputn1ck/keyfamily_actual_value

swap: decide on actual keyfamily value
This commit is contained in:
George Tsagkarelis 2023-04-26 20:00:47 +03:00 committed by GitHub
commit 6a4aa8c102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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