Unverified Commit 103b0b06 authored by 33cn's avatar 33cn Committed by GitHub

Merge pull request #368 from lynAzrael/master

evm使用最新代码同步测试链失败
parents d6bea70f 8811c901
......@@ -84,6 +84,11 @@ func (evm *EVMExecutor) GetDriverName() string {
return evmtypes.ExecutorName
}
// ExecutorOrder 设置localdb的EnableRead
func (evm *EVMExecutor) ExecutorOrder() int64 {
return drivers.ExecLocalSameTime
}
// Allow 允许哪些交易在本命执行器执行
func (evm *EVMExecutor) Allow(tx *types.Transaction, index int) error {
err := evm.DriverBase.Allow(tx, index)
......
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