From ee270c77e325c377253a045f21c92ec2f62c80a8 Mon Sep 17 00:00:00 2001 From: ChengenH Date: Wed, 24 Apr 2024 10:57:56 +0800 Subject: [PATCH] chore: remove repetitive words & fix some quoting --- eth/core/state/statedb.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eth/core/state/statedb.go b/eth/core/state/statedb.go index efaefff1f..f6feb3d9c 100644 --- a/eth/core/state/statedb.go +++ b/eth/core/state/statedb.go @@ -204,11 +204,11 @@ func (sdb *stateDB) Prepare(rules params.Rules, sender, coinbase common.Address, // PreImage // ============================================================================= -// AddPreimage implements the the vm.PolarStateDB interface, but currently +// AddPreimage implements the vm.PolarStateDB interface, but currently // performs a no-op since the EnablePreimageRecording flag is disabled. func (sdb *stateDB) AddPreimage(_ common.Hash, _ []byte) {} -// AddPreimage implements the the `StateDB“ interface, but currently +// AddPreimage implements the `StateDB` interface, but currently // performs a no-op since the EnablePreimageRecording flag is disabled. func (sdb *stateDB) Preimages() map[common.Hash][]byte { return nil