Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cernicc committed Nov 22, 2024
1 parent e849cd6 commit 1820775
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/polka-storage-provider/client/src/commands/proofs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ fn get_randomness(
entropy: &[u8],
) -> [u8; 32] {
// This randomness digest is hardcoded because it's always same on testnet.
// Check `PredictableRandomnessSource` struct for more details.
let digest = [0u8; 32];
draw_randomness(&digest, personalization, block_number, &entropy)
}

0 comments on commit 1820775

Please sign in to comment.