From 517977b76d864bf9ff95403c5538570e541c5da4 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Mon, 4 Aug 2025 16:56:32 +0100 Subject: [PATCH] Update remotedb.go --- ethdb/remotedb/remotedb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethdb/remotedb/remotedb.go b/ethdb/remotedb/remotedb.go index 7fe154ea95..c883168607 100644 --- a/ethdb/remotedb/remotedb.go +++ b/ethdb/remotedb/remotedb.go @@ -17,7 +17,7 @@ // Package remotedb implements the key-value database layer based on a remote geth // node. Under the hood, it utilises the `debug_dbGet` method to implement a // read-only database. -// There really are no guarantees in this database, since the local geth does not +// There really are no guarantees in this database, since the local geth does not have // exclusive access, but it can be used for basic diagnostics of a remote node. package remotedb