trie: update the valid
function comments (#29809)
This commit is contained in:
parent
473ee8fc07
commit
be5df74ed5
@ -157,7 +157,7 @@ type nodeOp struct {
|
|||||||
hash common.Hash // hash of the node content (empty for node deletion)
|
hash common.Hash // hash of the node content (empty for node deletion)
|
||||||
}
|
}
|
||||||
|
|
||||||
// isDelete indicates if the operation is a database deletion.
|
// valid checks whether the node operation is valid.
|
||||||
func (op *nodeOp) valid() bool {
|
func (op *nodeOp) valid() bool {
|
||||||
if op.del && len(op.blob) != 0 {
|
if op.del && len(op.blob) != 0 {
|
||||||
return false
|
return false
|
||||||
|
Loading…
Reference in New Issue
Block a user