good morning!!!!

Skip to content
Snippets Groups Projects
Commit 6ff9d577 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Added whisper handler

parent 455241de
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,10 @@ func (s *Ethereum) BlockPool() *BlockPool {
return s.blockPool
}
func (s *Ethereum) Whisper() *whisper.Whisper {
return s.whisper
}
func (s *Ethereum) EventMux() *event.TypeMux {
return s.eventMux
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment