mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 13:44:31 +00:00
doc(core/rawdb): fix outdated comment (#134)
Missed in earlier PR: https://github.com/ava-labs/libevm/pull/132#discussion_r1952593121 Signed-off-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com>
This commit is contained in:
parent
0c905680f3
commit
c78db425b8
1 changed files with 1 additions and 3 deletions
|
|
@ -21,9 +21,7 @@ import (
|
|||
"github.com/ava-labs/libevm/libevm/options"
|
||||
)
|
||||
|
||||
// An InspectDatabaseOption configures the behaviour of [InspectDatabase]. For
|
||||
// each type of option, only one instance can be used in the same call to
|
||||
// InspectDatabase().
|
||||
// An InspectDatabaseOption configures the behaviour of [InspectDatabase].
|
||||
type InspectDatabaseOption = options.Option[inspectDatabaseConfig]
|
||||
|
||||
type inspectDatabaseConfig struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue