Skip to content

Commit be5589e

Browse files
committed
add missing hash
1 parent a9ecaf5 commit be5589e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conformance/src/txn_execute.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,7 @@ pub fn hashSlot(
14031403
const delta_hash = try freeze.deltaMerkleHash(account_reader, allocator, 0);
14041404
hash.update(&delta_hash.data);
14051405
}
1406+
hash.update(&signature_count_bytes);
14061407
hash.update(&blockhash.data);
14071408
const initial_hash = hash.finalResult();
14081409

0 commit comments

Comments
 (0)