good morning!!!!

Skip to content
Snippets Groups Projects
Commit c3b80123 authored by Nick Dodson's avatar Nick Dodson
Browse files

Update eth.go

parent f9f9352c
Branches
Tags
No related merge requests found
...@@ -46,7 +46,7 @@ var ( ...@@ -46,7 +46,7 @@ var (
"eth_getData": (*ethApi).GetData, "eth_getData": (*ethApi).GetData,
"eth_getCode": (*ethApi).GetData, "eth_getCode": (*ethApi).GetData,
"eth_sign": (*ethApi).Sign, "eth_sign": (*ethApi).Sign,
"eth_pushTx": (*ethApi).PushTx, "eth_sendRawTransaction": (*ethApi).PushTx,
"eth_sendTransaction": (*ethApi).SendTransaction, "eth_sendTransaction": (*ethApi).SendTransaction,
"eth_transact": (*ethApi).SendTransaction, "eth_transact": (*ethApi).SendTransaction,
"eth_estimateGas": (*ethApi).EstimateGas, "eth_estimateGas": (*ethApi).EstimateGas,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment