File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1013,7 +1013,7 @@ mod tests {
10131013 let rand_store_id: String = ( 0 ..7 ) . map ( |_| rng. sample ( Alphanumeric ) as char ) . collect ( ) ;
10141014 let mut node_seed = [ 0u8 ; 64 ] ;
10151015 rng. fill_bytes ( & mut node_seed) ;
1016- let entropy = NodeEntropy :: from_seed_bytes ( vss_seed ) ;
1016+ let entropy = NodeEntropy :: from_seed_bytes ( node_seed ) ;
10171017 let vss_store =
10181018 VssStoreBuilder :: new ( entropy, vss_base_url, rand_store_id, Network :: Testnet )
10191019 . build_with_sigs_auth ( HashMap :: new ( ) )
@@ -1028,7 +1028,7 @@ mod tests {
10281028 let rand_store_id: String = ( 0 ..7 ) . map ( |_| rng. sample ( Alphanumeric ) as char ) . collect ( ) ;
10291029 let mut node_seed = [ 0u8 ; 64 ] ;
10301030 rng. fill_bytes ( & mut node_seed) ;
1031- let entropy = NodeEntropy :: from_seed_bytes ( vss_seed ) ;
1031+ let entropy = NodeEntropy :: from_seed_bytes ( node_seed ) ;
10321032 let vss_store =
10331033 VssStoreBuilder :: new ( entropy, vss_base_url, rand_store_id, Network :: Testnet )
10341034 . build_with_sigs_auth ( HashMap :: new ( ) )
You can’t perform that action at this time.
0 commit comments