From 06ecdf265c1c2e3ab5ff5861a8e1a46c7789f651 Mon Sep 17 00:00:00 2001 From: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:40:11 +0000 Subject: [PATCH] doc(core/rawdb): fix outdated comment https://github.com/ava-labs/libevm/pull/132#discussion_r1952593121 Signed-off-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> --- core/rawdb/database.libevm.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/rawdb/database.libevm.go b/core/rawdb/database.libevm.go index f563f5a97f0..a7528b2618b 100644 --- a/core/rawdb/database.libevm.go +++ b/core/rawdb/database.libevm.go @@ -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 {