File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -368,10 +368,6 @@ func (b *EthAPIBackend) ChainDb() ethdb.Database {
368368 return b .eth .ChainDb ()
369369}
370370
371- func (b * EthAPIBackend ) EventMux () * event.TypeMux {
372- return b .eth .EventMux ()
373- }
374-
375371func (b * EthAPIBackend ) AccountManager () * accounts.Manager {
376372 return b .eth .AccountManager ()
377373}
Original file line number Diff line number Diff line change @@ -345,7 +345,6 @@ func (s *Ethereum) Miner() *miner.Miner { return s.miner }
345345func (s * Ethereum ) AccountManager () * accounts.Manager { return s .accountManager }
346346func (s * Ethereum ) BlockChain () * core.BlockChain { return s .blockchain }
347347func (s * Ethereum ) TxPool () * txpool.TxPool { return s .txPool }
348- func (s * Ethereum ) EventMux () * event.TypeMux { return s .eventMux }
349348func (s * Ethereum ) Engine () consensus.Engine { return s .engine }
350349func (s * Ethereum ) ChainDb () ethdb.Database { return s .chainDb }
351350func (s * Ethereum ) IsListening () bool { return true } // Always listening
You can’t perform that action at this time.
0 commit comments