CI: more tests

This commit is contained in:
SChernykh
2025-06-22 23:18:36 +02:00
parent e5d487aa50
commit 1b863109f9
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -389,8 +389,8 @@ bool PoolBlock::get_pow_hash(RandomX_Hasher_Base* hasher, uint64_t height, const
root_hash tmp_root;
merkle_hash(m_transactions, tmp_root);
memcpy(blob + blob_size, tmp_root.h, HASH_SIZE);
blob_size += HASH_SIZE;
}
blob_size += HASH_SIZE;
writeVarint(count, [&blob, &blob_size](uint8_t b) { blob[blob_size++] = b; });