mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
eth: fix comment nit
This commit is contained in:
parent
8671b353b6
commit
93856db2a1
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ type EthAPIBackend struct {
|
||||||
gpo *gasprice.Oracle
|
gpo *gasprice.Oracle
|
||||||
}
|
}
|
||||||
|
|
||||||
// ChainConfig returns the the core config which determined the blockchain settings
|
// ChainConfig returns the active chain configuration.
|
||||||
func (b *EthAPIBackend) ChainConfig() *params.ChainConfig {
|
func (b *EthAPIBackend) ChainConfig() *params.ChainConfig {
|
||||||
return b.eth.chainConfig
|
return b.eth.chainConfig
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue