Merge pull request #2195 from obscuren/gpo-rpc

eth: Added GPO to suggest default gas prices
This commit is contained in:
Péter Szilágyi
2016-02-11 10:36:37 +02:00
2 changed files with 14 additions and 15 deletions

View File

@ -269,7 +269,7 @@ func (s *Ethereum) APIs() []rpc.API {
}, {
Namespace: "eth",
Version: "1.0",
Service: NewPublicTransactionPoolAPI(s.TxPool(), s.Miner(), s.ChainDb(), s.EventMux(), s.BlockChain(), s.AccountManager()),
Service: NewPublicTransactionPoolAPI(s),
Public: true,
}, {
Namespace: "eth",