OSDN Git Service

feat: add build crosschain input (#91)
[bytom/vapor.git] / config / genesis.go
index 61ac41f..e27e733 100644 (file)
@@ -24,7 +24,7 @@ func FederationProgrom(c *Config) []byte {
 
        control, err := vmutil.P2WSHProgram(scriptHash)
        if err != nil {
-               log.Panicf("Fail converts scriptHash to program on GenesisArguments: %v", err)
+               log.Panicf("Fail converts scriptHash to program on FederationProgrom: %v", err)
        }
 
        return control