mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
more review feedback
This commit is contained in:
parent
9a95be4ba1
commit
30daf0ac27
1 changed files with 1 additions and 0 deletions
|
|
@ -320,6 +320,7 @@ func (db *Database) SetBufferSize(size int) error {
|
|||
return pdb.SetBufferSize(size)
|
||||
}
|
||||
|
||||
// IsVerkle returns the indicator if the database is holding a verkle tree.
|
||||
func (db *Database) IsVerkle() bool {
|
||||
return db.config.IsVerkle
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue