mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
Update remotedb.go
This commit is contained in:
parent
073e7ec4b0
commit
517977b76d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue