Skip to content

Commit

Permalink
Update core/trie/proof.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Nowosielski <[email protected]>
Signed-off-by: Ng Wei Han <[email protected]>
  • Loading branch information
weiihann and pnowosie committed Dec 9, 2024
1 parent 1ce1836 commit 9528133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/trie/proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func storageNodeToProofNode(tri *Trie, parentKey *Key, sNode StorageNode) (*Edge
isEdgeBool := isEdge(parentKey, sNode)

var edge *Edge
if isEdgeBool {
if isEdge(parentKey, sNode) {
edgePath := path(sNode.key, parentKey)
edge = &Edge{
Path: &edgePath,
Expand Down

0 comments on commit 9528133

Please sign in to comment.