OSDN Git Service

change crossin tx multi sign to single (#593)
[bytom/vapor.git] / consensus / general.go
index 9b1da10..ec6c6cf 100644 (file)
@@ -14,6 +14,8 @@ const (
        PayToWitnessPubKeyHashDataSize = 20
        PayToWitnessScriptHashDataSize = 32
 
+       CrossInForkHeight = 128957600
+
        _ = iota
        SoftFork001
 )