Skip to content

Commit

Permalink
test: fix pathdb unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
VM committed Sep 9, 2024
1 parent e6d2614 commit 2ab0679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triedb/pathdb/nodebufferlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ func (nf *nodebufferlist) forceFlush() {
log.Error("Failed to commit nodes to base node buffer", "error", err)
return false
}
return true
return false
}
nf.traverse(commitFunc)
}
Expand Down

0 comments on commit 2ab0679

Please sign in to comment.