Skip to content

Commit

Permalink
gateway clone
Browse files Browse the repository at this point in the history
  • Loading branch information
miralandlabs committed Aug 10, 2024
1 parent d4948c9 commit c5dc9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ pub async fn submit_solution(

// Send and configm
log::info!("starting send-and-confirm..."); // MI
gateway.send_and_confirm(&ixs, gateway::CB, false).await
gateway.clone().send_and_confirm(&ixs, gateway::CB, false).await
}

async fn needs_reset(gateway: &Rc<Gateway>) -> bool {
Expand Down

0 comments on commit c5dc9d8

Please sign in to comment.