From f9a0a13fa97a969b23d98c8dddc63bf8047450d3 Mon Sep 17 00:00:00 2001 From: SilentCicero Date: Sun, 14 Jun 2015 18:07:03 -0400 Subject: eth_pushTx send raw signed encoded TX data to the chain through RPC --- rpc/api/utils.go | 1 + 1 file changed, 1 insertion(+) (limited to 'rpc/api/utils.go') diff --git a/rpc/api/utils.go b/rpc/api/utils.go index 318d7c39b..13f580f58 100644 --- a/rpc/api/utils.go +++ b/rpc/api/utils.go @@ -51,6 +51,7 @@ var ( "getData", "getCode", "sign", + "pushTx", "sendTransaction", "transact", "estimateGas", -- cgit From ad56aef5d2a5e04f528f85c2d29b6574991d5e79 Mon Sep 17 00:00:00 2001 From: Nick Dodson Date: Mon, 15 Jun 2015 11:10:40 -0400 Subject: Update utils.go --- rpc/api/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc/api/utils.go') diff --git a/rpc/api/utils.go b/rpc/api/utils.go index 13f580f58..dcd5b0089 100644 --- a/rpc/api/utils.go +++ b/rpc/api/utils.go @@ -51,7 +51,7 @@ var ( "getData", "getCode", "sign", - "pushTx", + "eth_sendRawTransaction", "sendTransaction", "transact", "estimateGas", -- cgit From e952bb65e7f74dc023a983415821b3522cc30746 Mon Sep 17 00:00:00 2001 From: Nick Dodson Date: Tue, 16 Jun 2015 00:06:28 -0400 Subject: thanks subtly :) --- rpc/api/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc/api/utils.go') diff --git a/rpc/api/utils.go b/rpc/api/utils.go index dcd5b0089..40bcae52f 100644 --- a/rpc/api/utils.go +++ b/rpc/api/utils.go @@ -51,7 +51,7 @@ var ( "getData", "getCode", "sign", - "eth_sendRawTransaction", + "sendRawTransaction", "sendTransaction", "transact", "estimateGas", -- cgit