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 @@ -1027,7 +1027,7 @@ mod tests {
10271027 let rand_store_id: String = ( 0 ..7 ) . map ( |_| rng. sample ( Alphanumeric ) as char ) . collect ( ) ;
10281028 let mut node_seed = [ 0u8 ; 64 ] ;
10291029 rng. fill_bytes ( & mut node_seed) ;
1030- let entropy = NodeEntropy :: from_seed_bytes ( vss_seed ) ;
1030+ let entropy = NodeEntropy :: from_seed_bytes ( node_seed ) ;
10311031 let vss_store =
10321032 VssStoreBuilder :: new ( entropy, vss_base_url, rand_store_id, Network :: Testnet )
10331033 . build_with_sigs_auth ( HashMap :: new ( ) )
@@ -1042,7 +1042,7 @@ mod tests {
10421042 let rand_store_id: String = ( 0 ..7 ) . map ( |_| rng. sample ( Alphanumeric ) as char ) . collect ( ) ;
10431043 let mut node_seed = [ 0u8 ; 64 ] ;
10441044 rng. fill_bytes ( & mut node_seed) ;
1045- let entropy = NodeEntropy :: from_seed_bytes ( vss_seed ) ;
1045+ let entropy = NodeEntropy :: from_seed_bytes ( node_seed ) ;
10461046 let vss_store =
10471047 VssStoreBuilder :: new ( entropy, vss_base_url, rand_store_id, Network :: Testnet )
10481048 . build_with_sigs_auth ( HashMap :: new ( ) )
You can’t perform that action at this time.
0 commit comments