Skip to content

Commit

Permalink
Merge branch 'merge-v1.14.6' into merge-v1.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi authored Dec 9, 2024
2 parents 996c90c + 34de78d commit f8c299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethdb/leveldb/fake_leveldb.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (db *Database) NewSnapshot() (ethdb.Snapshot, error) {
}

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

Expand Down

0 comments on commit f8c299c

Please sign in to comment.