mirror of
https://github.com/lightninglabs/loop
synced 2024-11-11 13:11:12 +00:00
8 lines
136 B
Go
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)
|
||
|
)
|