File tree 2 files changed +0
-5
lines changed
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 {
368
368
return b .eth .ChainDb ()
369
369
}
370
370
371
- func (b * EthAPIBackend ) EventMux () * event.TypeMux {
372
- return b .eth .EventMux ()
373
- }
374
-
375
371
func (b * EthAPIBackend ) AccountManager () * accounts.Manager {
376
372
return b .eth .AccountManager ()
377
373
}
Original file line number Diff line number Diff line change @@ -345,7 +345,6 @@ func (s *Ethereum) Miner() *miner.Miner { return s.miner }
345
345
func (s * Ethereum ) AccountManager () * accounts.Manager { return s .accountManager }
346
346
func (s * Ethereum ) BlockChain () * core.BlockChain { return s .blockchain }
347
347
func (s * Ethereum ) TxPool () * txpool.TxPool { return s .txPool }
348
- func (s * Ethereum ) EventMux () * event.TypeMux { return s .eventMux }
349
348
func (s * Ethereum ) Engine () consensus.Engine { return s .engine }
350
349
func (s * Ethereum ) ChainDb () ethdb.Database { return s .chainDb }
351
350
func (s * Ethereum ) IsListening () bool { return true } // Always listening
You can’t perform that action at this time.
0 commit comments