We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63ffe4 commit ced848cCopy full SHA for ced848c
cmd/mel-replay/receipt_fetcher.go
@@ -81,7 +81,7 @@ func fetchReceiptFromBlock(
81
return nil, fmt.Errorf("invalid key path in node")
82
}
83
// Check if it is a leaf or extension node.
84
- leafKey := extractKeyNibbles(keyPath)
+ key := extractKeyNibbles(keyPath)
85
expectedPath := make([]byte, 0)
86
expectedPath = append(expectedPath, currentPath...)
87
expectedPath = append(expectedPath, leafKey...)
0 commit comments