mirror of
https://github.com/lightninglabs/loop
synced 2024-11-04 06:00:21 +00:00
10 lines
180 B
Go
10 lines
180 B
Go
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)
|
|
)
|