Skip to content

Commit 588e2c6

Browse files
committed
fmt
1 parent 63e9931 commit 588e2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/shuffle_seed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ pub fn ephemeral_block_salt<H: AsRef<[u8]>>(parent_hash: H) -> [u8; 32] {
1515
buf[32..32 + n].copy_from_slice(&h[..n]);
1616

1717
blake2_256(&buf[..32 + n])
18-
}
18+
}

0 commit comments

Comments
 (0)