added shh API

This commit is contained in:
Bas van Kervel
2015-06-10 12:35:12 +02:00
committed by Bas van Kervel
parent bd38428f33
commit 7e41d7ac51
6 changed files with 370 additions and 5 deletions

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) {