Skip to content

Commit 34de78d

Browse files
committed
fixes
1 parent 46f9ea2 commit 34de78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethdb/leveldb/fake_leveldb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func (db *Database) NewSnapshot() (ethdb.Snapshot, error) {
107107
}
108108

109109
// Stat returns a particular internal stat of the database.
110-
func (db *Database) Stat(property string) (string, error) {
110+
func (db *Database) Stat() (string, error) {
111111
panic("Method called on unconstructable leveldb database")
112112
}
113113

0 commit comments

Comments
 (0)