From c3b80123e3099eaf0eef5ed7ee43eb5605fc8e6f Mon Sep 17 00:00:00 2001
From: Nick Dodson <silentcicero@outlook.com>
Date: Mon, 15 Jun 2015 11:10:24 -0400
Subject: [PATCH] Update eth.go

---
 rpc/api/eth.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rpc/api/eth.go b/rpc/api/eth.go
index 2857202dd..1e392a63d 100644
--- a/rpc/api/eth.go
+++ b/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,
-- 
GitLab