noise seed

This commit is contained in:
Hardhat Chad
2025-06-13 10:48:09 -07:00
parent 496a6cc476
commit ab04720ca2
8 changed files with 10 additions and 28 deletions

View File

@@ -79,7 +79,6 @@ pub fn process_open(accounts: &[AccountInfo<'_>], data: &[u8]) -> ProgramResult
block.slot_hash = [0; 32];
block.start_slot = start_slot;
block.total_hashes = 0;
block.winning_hashes = 0;
// Select reward strategy.
let noise_seed = block.id.to_le_bytes();