added shh API

This commit is contained in:
Bas van Kervel
2015-06-11 14:01:41 +02:00
committed by Bas van Kervel
parent bd38428f33
commit 7e41d7ac51
6 changed files with 370 additions and 5 deletions
+1 -1
View File
@@ -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) {