Commit 5dac10d3 authored by kingwang's avatar kingwang Committed by 33cn

update evm executor order func

parent 7f98de46
......@@ -86,7 +86,10 @@ func (evm *EVMExecutor) GetDriverName() string {
// ExecutorOrder 设置localdb的EnableRead
func (evm *EVMExecutor) ExecutorOrder() int64 {
return drivers.ExecLocalSameTime
if types.IsFork(evm.GetHeight(), "ForkLocalDBAccess") {
return drivers.ExecLocalSameTime
}
return evm.DriverBase.ExecutorOrder()
}
// Allow 允许哪些交易在本命执行器执行
......
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