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 63e9931 commit 588e2c6Copy full SHA for 588e2c6
node/src/shuffle_seed.rs
@@ -15,4 +15,4 @@ pub fn ephemeral_block_salt<H: AsRef<[u8]>>(parent_hash: H) -> [u8; 32] {
15
buf[32..32 + n].copy_from_slice(&h[..n]);
16
17
blake2_256(&buf[..32 + n])
18
-}
+}
0 commit comments