From 93856db2a1a13e064c5eaf608c31c69aadda59cd Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 5 Jun 2018 12:12:46 +0200 Subject: [PATCH] eth: fix comment nit --- eth/api_backend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/api_backend.go b/eth/api_backend.go index 14bf29cdb6..016087dfe8 100644 --- a/eth/api_backend.go +++ b/eth/api_backend.go @@ -43,7 +43,7 @@ type EthAPIBackend struct { 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 { return b.eth.chainConfig }