mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
9 lines
179 B
Go
9 lines
179 B
Go
package utils
|
|
|
|
// SwapKeyFamily is the key family used to generate keys that allow spending
|
|
// of the htlc.
|
|
//
|
|
// TODO: Decide on actual value.
|
|
var (
|
|
SwapKeyFamily = int32(99)
|
|
)
|