Skip to content

Commit

Permalink
remove irrelevant comment
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
mariocynicys committed Dec 30, 2024
1 parent 0890de8 commit a4e7c75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm2src/mm2_main/src/lp_swap/taker_swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3281,7 +3281,6 @@ mod taker_swap_tests {
.unwrap();
let swaps_ctx = SwapsContext::from_ctx(&ctx).unwrap();
let arc = Arc::new(swap);
// Create a dummy abort handle as if it was a running swap.
swaps_ctx.running_swaps.lock().unwrap().insert(arc.uuid, arc);

let actual = get_locked_amount(&ctx, "RICK");
Expand Down

0 comments on commit a4e7c75

Please sign in to comment.