mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
triedb: fix comment
This commit is contained in:
parent
a5e68aa718
commit
c4a2101b0d
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ func (db *Database) IsVerkle() bool {
|
|||
return db.config.IsVerkle
|
||||
}
|
||||
|
||||
// Disk returns the underlying disk.
|
||||
// Disk returns the underlying disk database.
|
||||
func (db *Database) Disk() ethdb.Database {
|
||||
return db.disk
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue