aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/utils.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-07-06 16:53:21 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-07-06 16:53:21 +0800
commit35add89c879dd1d12e7ed702d7543f5a749a1d3e (patch)
tree003efe1e5d1ee270700b63264b8050c41aba14d6 /rpc/api/utils.go
parent46e7c8512edd6de49c546467505673155ebbd1c2 (diff)
parent6c7f5e3d0e6f4166f161278fdced3d90dfd6f9cc (diff)
downloaddexon-35add89c879dd1d12e7ed702d7543f5a749a1d3e.tar
dexon-35add89c879dd1d12e7ed702d7543f5a749a1d3e.tar.gz
dexon-35add89c879dd1d12e7ed702d7543f5a749a1d3e.tar.bz2
dexon-35add89c879dd1d12e7ed702d7543f5a749a1d3e.tar.lz
dexon-35add89c879dd1d12e7ed702d7543f5a749a1d3e.tar.xz
dexon-35add89c879dd1d12e7ed702d7543f5a749a1d3e.tar.zst
dexon-35add89c879dd1d12e7ed702d7543f5a749a1d3e.zip
Merge pull request #1397 from tgerring/rpcreceipt
getTransactionReceipt RPC support
Diffstat (limited to 'rpc/api/utils.go')
-rw-r--r--rpc/api/utils.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/api/utils.go b/rpc/api/utils.go
index e6a01d3d6..54ca28774 100644
--- a/rpc/api/utils.go
+++ b/rpc/api/utils.go
@@ -86,6 +86,7 @@ var (
"submitWork",
"pendingTransactions",
"resend",
+ "getTransactionReceipt",
},
"miner": []string{
"hashrate",