aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/txpool_js.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/api/txpool_js.go')
-rw-r--r--rpc/api/txpool_js.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/rpc/api/txpool_js.go b/rpc/api/txpool_js.go
index ef9a0487c..f0473ffec 100644
--- a/rpc/api/txpool_js.go
+++ b/rpc/api/txpool_js.go
@@ -26,8 +26,7 @@ web3._extend({
[
new web3._extend.Property({
name: 'status',
- getter: 'txpool_status',
- outputFormatter: function(obj) { return obj; }
+ getter: 'txpool_status'
})
]
});