Explorar o código

Added whisper handler

obscuren %!s(int64=11) %!d(string=hai) anos
pai
achega
6ff9d5770b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      eth/backend.go

+ 4 - 0
eth/backend.go

@@ -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
 }