diff options
author | Bas van Kervel <bas@ethdev.com> | 2015-06-10 18:35:12 +0800 |
---|---|---|
committer | Bas van Kervel <basvankervel@gmail.com> | 2015-06-11 20:01:41 +0800 |
commit | 7e41d7ac51fdaba1c03ec3f9cb8cc7a7bc3830f4 (patch) | |
tree | d14084ef228c60159b64f35e8c18602230f5166b /rpc/api/txpool.go | |
parent | bd38428f33b127e9c60d26127695e50c55798fcd (diff) | |
download | go-tangerine-7e41d7ac51fdaba1c03ec3f9cb8cc7a7bc3830f4.tar.gz go-tangerine-7e41d7ac51fdaba1c03ec3f9cb8cc7a7bc3830f4.tar.zst go-tangerine-7e41d7ac51fdaba1c03ec3f9cb8cc7a7bc3830f4.zip |
added shh API
Diffstat (limited to 'rpc/api/txpool.go')
-rw-r--r-- | rpc/api/txpool.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/api/txpool.go b/rpc/api/txpool.go index f340c501f..ebbe199b1 100644 --- a/rpc/api/txpool.go +++ b/rpc/api/txpool.go @@ -56,7 +56,7 @@ func (self *txPoolApi) Execute(req *shared.Request) (interface{}, error) { } func (self *txPoolApi) Name() string { - return txPoolApiName + return TxPoolApiName } func (self *txPoolApi) Status(req *shared.Request) (interface{}, error) { |