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 56c1f98 commit 7ca4f60Copy full SHA for 7ca4f60
core/types/hashing.go
@@ -83,7 +83,7 @@ func encodeForDerive(list DerivableList, i int, buf *bytes.Buffer) []byte {
83
return common.CopyBytes(buf.Bytes())
84
}
85
86
-// DeriveSha creates the tree hashes of transactions and receipts in a block header.
+// DeriveSha creates the tree hashes of transactions, receipts, and withdrawals in a block header.
87
func DeriveSha(list DerivableList, hasher TrieHasher) common.Hash {
88
hasher.Reset()
89
0 commit comments