diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-06-19 02:33:50 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-06-19 02:33:50 +0800 |
commit | e4f9ec886b498c5744633a4db1c735eec11dc71b (patch) | |
tree | 2e79f01ec71cd18aa889c11637b3ceb2be3ebb86 /rpc/api/utils.go | |
parent | 8eaaf24b1e3d205c790f3803eaf333802284d50f (diff) | |
parent | 1f34daccc33d7d4edd3fdf27efbc0c29445f2f1f (diff) | |
download | go-tangerine-e4f9ec886b498c5744633a4db1c735eec11dc71b.tar.gz go-tangerine-e4f9ec886b498c5744633a4db1c735eec11dc71b.tar.zst go-tangerine-e4f9ec886b498c5744633a4db1c735eec11dc71b.zip |
Merge pull request #1267 from SilentCicero/develop
eth_sendRawTransaction JSON RPC
Diffstat (limited to 'rpc/api/utils.go')
-rw-r--r-- | rpc/api/utils.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/api/utils.go b/rpc/api/utils.go index 318d7c39b..40bcae52f 100644 --- a/rpc/api/utils.go +++ b/rpc/api/utils.go @@ -51,6 +51,7 @@ var ( "getData", "getCode", "sign", + "sendRawTransaction", "sendTransaction", "transact", "estimateGas", |