Skip to content

Commit

Permalink
fix: clone() issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Feb 6, 2023
1 parent fde8e47 commit 5dc3acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions massa-node/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,9 @@ async fn launch(
// spawn Massa API
let api = API::<ApiV2>::new(
consensus_controller.clone(),
consensus_channels,
consensus_channels.clone(),
execution_controller.clone(),
pool_channels,
pool_channels.clone(),
api_config.clone(),
*VERSION,
);
Expand Down

0 comments on commit 5dc3acb

Please sign in to comment.