Skip to content

Commit

Permalink
triedb: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rjl493456442 committed Sep 4, 2024
1 parent 10f6142 commit 849ad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triedb/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 849ad7d

Please sign in to comment.