Skip to content

Commit

Permalink
state/stateobject: debug future;
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbundler committed Nov 1, 2023
1 parent 07a77c0 commit a77514e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trie/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func (n *fullNode) fstring(ind string) string {
resp += fmt.Sprintf("%s: %v", indices[i], node.fstring(ind+" "))
}
}
resp += fmt.Sprintf("\n%v", n.EpochMap)
return resp + fmt.Sprintf("\n%s] ", ind)
}
func (n *shortNode) fstring(ind string) string {
Expand Down

0 comments on commit a77514e

Please sign in to comment.