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