Update eth.go

This commit is contained in:
Nick Dodson 2015-06-15 11:10:24 -04:00
parent f9f9352ceb
commit c3b80123e3
1 changed files with 1 additions and 1 deletions

View File

@ -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,