triedb: fix comment

This commit is contained in:
Gary Rong 2024-09-04 21:26:22 +08:00
parent a5e68aa718
commit c4a2101b0d

View file

@ -330,7 +330,7 @@ func (db *Database) IsVerkle() bool {
return db.config.IsVerkle return db.config.IsVerkle
} }
// Disk returns the underlying disk. // Disk returns the underlying disk database.
func (db *Database) Disk() ethdb.Database { func (db *Database) Disk() ethdb.Database {
return db.disk return db.disk
} }