From 6ff9d5770b332da6d767bc315a54c5a815143aff Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 15 Dec 2014 17:09:14 +0100 Subject: Added whisper handler --- eth/backend.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'eth') diff --git a/eth/backend.go b/eth/backend.go index e275238bd..ef82a5bfc 100644 --- a/eth/backend.go +++ b/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 } -- cgit v1.2.3