mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +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"
|
"github.com/ava-labs/libevm/libevm/options"
|
||||||
)
|
)
|
||||||
|
|
||||||
// An InspectDatabaseOption configures the behaviour of [InspectDatabase]. For
|
// An InspectDatabaseOption configures the behaviour of [InspectDatabase].
|
||||||
// each type of option, only one instance can be used in the same call to
|
|
||||||
// InspectDatabase().
|
|
||||||
type InspectDatabaseOption = options.Option[inspectDatabaseConfig]
|
type InspectDatabaseOption = options.Option[inspectDatabaseConfig]
|
||||||
|
|
||||||
type inspectDatabaseConfig struct {
|
type inspectDatabaseConfig struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue