From 27a5f1d5ff5e10dffe7c88f03fd4499d16121f98 Mon Sep 17 00:00:00 2001 From: bendanzhentan <455462586@qq.com> Date: Mon, 15 Jan 2024 16:26:39 +0800 Subject: [PATCH] more logs --- trie/proof.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie/proof.go b/trie/proof.go index 6444c6fbb6..382c8fc939 100644 --- a/trie/proof.go +++ b/trie/proof.go @@ -57,7 +57,7 @@ func (t *Trie) Prove(key []byte, fromLevel uint, proofDb ethdb.KeyValueWriter) e tn = n.Val prefix = append(prefix, n.Key...) key = key[len(n.Key):] - log.Info("bilibili loop", "marker", hexutils.BytesToHex(marker), "index", i, "type", "SHORT NODE", "note", "key found") + log.Info("bilibili loop", "marker", hexutils.BytesToHex(marker), "index", i, "type", "SHORT NODE", "len(n.Key)", len(n.Key), "n.Key", hexutils.BytesToHex(n.Key), "tn", tn, "note", "key found") } nodes = append(nodes, n) case *fullNode: