mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +00:00
remove unused state machine (#9747)
This commit is contained in:
committed by
GitHub
parent
250f9fc1ae
commit
be3c59f59c
@@ -1579,7 +1579,7 @@ mod tests {
|
||||
let mut seed = [0; 16];
|
||||
for i in 0..50u32 {
|
||||
let mut child_infos = Vec::new();
|
||||
&seed[0..4].copy_from_slice(&i.to_be_bytes()[..]);
|
||||
seed[0..4].copy_from_slice(&i.to_be_bytes()[..]);
|
||||
let mut rand = SmallRng::from_seed(seed);
|
||||
|
||||
let nb_child_trie = rand.next_u32() as usize % 25;
|
||||
|
||||
Reference in New Issue
Block a user