Sfoglia il codice sorgente

Added whisper handler

obscuren 11 anni fa
parent
commit
6ff9d5770b
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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
 }