We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c90568 commit c78db42Copy full SHA for c78db42
core/rawdb/database.libevm.go
@@ -21,9 +21,7 @@ import (
21
"github.com/ava-labs/libevm/libevm/options"
22
)
23
24
-// An InspectDatabaseOption configures the behaviour of [InspectDatabase]. For
25
-// each type of option, only one instance can be used in the same call to
26
-// InspectDatabase().
+// An InspectDatabaseOption configures the behaviour of [InspectDatabase].
27
type InspectDatabaseOption = options.Option[inspectDatabaseConfig]
28
29
type inspectDatabaseConfig struct {
0 commit comments