aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/javascript.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/javascript.go')
-rw-r--r--rpc/javascript.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/rpc/javascript.go b/rpc/javascript.go
index 9e3b2218b..967c82ea6 100644
--- a/rpc/javascript.go
+++ b/rpc/javascript.go
@@ -399,6 +399,11 @@ web3._extend({
call: 'debug_writeMemProfile',
params: 1
}),
+ new web3._extend.Method({
+ name: 'replayTransaction',
+ call: 'debug_replayTransaction',
+ params: 4
+ })
],
properties:
[