Merge pull request #2407 from bas-vk/rpc-notifications

RPC pub sub
This commit is contained in:
Jeffrey Wilcke
2016-04-05 09:43:32 +02:00
16 changed files with 849 additions and 315 deletions

View File

@ -306,7 +306,7 @@ func (s *Ethereum) APIs() []rpc.API {
}, {
Namespace: "eth",
Version: "1.0",
Service: downloader.NewPublicDownloaderAPI(s.Downloader()),
Service: downloader.NewPublicDownloaderAPI(s.Downloader(), s.EventMux()),
Public: true,
}, {
Namespace: "miner",