Commit b1e8d5e3 authored by hezhengjun's avatar hezhengjun Committed by 33cn

add gas estimate to rpc test

parent d324c064
This diff is collapsed.
...@@ -64,5 +64,6 @@ var ( ...@@ -64,5 +64,6 @@ var (
TyLogContractData: {Ty: reflect.TypeOf(EVMContractData{}), Name: "LogContractData"}, TyLogContractData: {Ty: reflect.TypeOf(EVMContractData{}), Name: "LogContractData"},
TyLogContractState: {Ty: reflect.TypeOf(EVMContractState{}), Name: "LogContractState"}, TyLogContractState: {Ty: reflect.TypeOf(EVMContractState{}), Name: "LogContractState"},
TyLogEVMStateChangeItem: {Ty: reflect.TypeOf(EVMStateChangeItem{}), Name: "LogEVMStateChangeItem"}, TyLogEVMStateChangeItem: {Ty: reflect.TypeOf(EVMStateChangeItem{}), Name: "LogEVMStateChangeItem"},
TyLogEVMEventData: {Ty: reflect.TypeOf(types.EVMLog{}), Name: "LogEVMEventData"},
} }
) )
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