ethdb/memorydb: fix comment type

This commit is contained in:
Péter Szilágyi 2019-08-01 10:39:15 +03:00 committed by GitHub
parent f0459c0512
commit 85d58649de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
// 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 {
return nil
}