Update eth.go

release/0.9.36
Nick Dodson 10 years ago
parent f9f9352ceb
commit c3b80123e3
  1. 2
      rpc/api/eth.go

@ -46,7 +46,7 @@ var (
"eth_getData": (*ethApi).GetData,
"eth_getCode": (*ethApi).GetData,
"eth_sign": (*ethApi).Sign,
"eth_pushTx": (*ethApi).PushTx,
"eth_sendRawTransaction": (*ethApi).PushTx,
"eth_sendTransaction": (*ethApi).SendTransaction,
"eth_transact": (*ethApi).SendTransaction,
"eth_estimateGas": (*ethApi).EstimateGas,

Loading…
Cancel
Save