Commit 5bace73a authored by lilinleeli1234's avatar lilinleeli1234

update evm

parent 944b3e92
......@@ -84,6 +84,10 @@ func (evm *EVMExecutor) GetDriverName() string {
return evmtypes.ExecutorName
}
func (u *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