chore(trie): branch node has only one child log (#13836)

This commit is contained in:
Alexey Shekhirin
2025-01-17 00:26:57 +00:00
committed by GitHub
parent 8efe441cc0
commit 64197c0064

View File

@ -1094,7 +1094,7 @@ impl<P: BlindedProvider> RevealedSparseTrie<P> {
let mut child_path = removed_path.clone();
child_path.push_unchecked(child_nibble);
trace!(target: "trie::sparse", ?removed_path, ?child_path, ?child, "Branch node has only one child");
trace!(target: "trie::sparse", ?removed_path, ?child_path, "Branch node has only one child");
if self.nodes.get(&child_path).unwrap().is_hash() {
trace!(target: "trie::sparse", ?child_path, "Retrieving remaining blinded branch child");