package utils var ( // SwapKeyFamily is the key family used to generate keys that allow // spending of the htlc. // // TODO(joost): decide on actual value SwapKeyFamily = int32(99) )