Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
bing
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear committed Oct 13, 2023
1 parent 769840f commit da06723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cosmos/x/evm/keeper/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ func (h *Host) GetBlockPlugin() core.BlockPlugin {
func (h *Host) GetEnginePlugin() core.EnginePlugin {
return h.ep
}

// GetHistoricalPlugin returns the historical plugin.
func (h *Host) GetHistoricalPlugin() core.HistoricalPlugin {
return h.hp
}
Expand Down

0 comments on commit da06723

Please sign in to comment.