File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
stackslib/src/net/tests/inv Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ use std::sync::atomic::AtomicU64;
3
3
use std:: sync:: atomic:: { AtomicBool , Ordering } ;
4
4
use std:: sync:: mpsc:: sync_channel;
5
5
use std:: sync:: { Arc , Mutex } ;
6
- use std:: thread:: JoinHandle ;
7
6
use std:: thread;
7
+ use std:: thread:: JoinHandle ;
8
8
9
9
use libc;
10
10
use stacks:: burnchains:: bitcoin:: address:: { BitcoinAddress , LegacyBitcoinAddressType } ;
@@ -64,7 +64,6 @@ pub struct RunLoopCounter(pub Arc<AtomicU64>);
64
64
#[ derive( Clone ) ]
65
65
pub struct RunLoopCounter ( ) ;
66
66
67
-
68
67
impl Default for RunLoopCounter {
69
68
#[ cfg( test) ]
70
69
fn default ( ) -> Self {
Original file line number Diff line number Diff line change @@ -1261,7 +1261,7 @@ fn test_inv_sync_start_reward_cycle() {
1261
1261
let block_scan_start = peer_1
1262
1262
. network
1263
1263
. get_block_scan_start ( peer_1. sortdb . as_ref ( ) . unwrap ( ) ) ;
1264
- assert_eq ! ( block_scan_start, 7 ) ;
1264
+ assert_eq ! ( block_scan_start, 8 ) ;
1265
1265
1266
1266
peer_1. network . connection_opts . inv_reward_cycles = 2 ;
1267
1267
You can’t perform that action at this time.
0 commit comments