mirror of https://github.com/status-im/op-geth.git
Added whisper handler
This commit is contained in:
parent
455241debb
commit
6ff9d5770b
|
@ -123,6 +123,10 @@ func (s *Ethereum) BlockPool() *BlockPool {
|
||||||
return s.blockPool
|
return s.blockPool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *Ethereum) Whisper() *whisper.Whisper {
|
||||||
|
return s.whisper
|
||||||
|
}
|
||||||
|
|
||||||
func (s *Ethereum) EventMux() *event.TypeMux {
|
func (s *Ethereum) EventMux() *event.TypeMux {
|
||||||
return s.eventMux
|
return s.eventMux
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue