Skip to content

Commit

Permalink
Merge branch 'master' into feat/merge-go-ethereum-22-04
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennampham23 committed Apr 22, 2024
2 parents fa032b6 + 53623c2 commit bcc4b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eth/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,9 @@ func (s *Ethereum) Synced() bool { return s.handler.synced
func (s *Ethereum) SetSynced() { s.handler.enableSyncedFeatures() }
func (s *Ethereum) ArchiveMode() bool { return s.config.NoPruning }
func (s *Ethereum) BloomIndexer() *core.ChainIndexer { return s.bloomIndexer }
func (s *Ethereum) Config() *ethconfig.Config {
return s.config
}

// Protocols returns all the currently configured
// network protocols to start.
Expand Down

0 comments on commit bcc4b6e

Please sign in to comment.