Skip to content

Commit

Permalink
Fix build of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elmattic committed Oct 7, 2024
1 parent 60ba129 commit 3e297be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/methods/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ mod tests {
);

let state_manager =
Arc::new(StateManager::new(cs_arc.clone(), chain_config, sync_config).unwrap());
Arc::new(StateManager::new(cs_arc.clone(), chain_config, sync_config, true).unwrap());
let state_manager_for_thread = state_manager.clone();
let cs_for_test = &cs_arc;
let mpool_network_send = network_send.clone();
Expand Down

0 comments on commit 3e297be

Please sign in to comment.