Commit cf6ec9e0 authored by hezhengjun's avatar hezhengjun

add ForkEVMRevertErrFormat to register

parent dfc06a20
......@@ -42,6 +42,8 @@ func InitFork(cfg *types.Chain33Config) {
cfg.RegisterDappFork(ExecutorName, ForkEVMYoloV1, 9500000)
// EVM合约支持交易组
cfg.RegisterDappFork(ExecutorName, ForkEVMTxGroup, 0)
// EVM交易执行失败错误信息改进
cfg.RegisterDappFork(ExecutorName, ForkEVMRevertErrFormat, 0)
}
//InitExecutor ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment