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

Commit

Permalink
chore: remove repetitive words & fix some quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengenH committed Apr 24, 2024
1 parent a5b91d0 commit ee270c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth/core/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee270c7

Please sign in to comment.