mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
ethdb/memorydb: fix comment type
This commit is contained in:
parent
f0459c0512
commit
85d58649de
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ func (db *Database) Stat(property string) (string, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compact is not supported on a memory database, but there's no need either as
|
// Compact is not supported on a memory database, but there's no need either as
|
||||||
// a memory database doens't waste space anyway.
|
// a memory database doesn't waste space anyway.
|
||||||
func (db *Database) Compact(start []byte, limit []byte) error {
|
func (db *Database) Compact(start []byte, limit []byte) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue