Skip to content

Commit

Permalink
remove wrong transition
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocynicys committed May 3, 2024
1 parent 2b1080f commit 2a069fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mm2src/mm2_main/src/lp_swap/taker_swap_v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1924,10 +1924,6 @@ impl<MakerCoin: ParseCoinAssocTypes, TakerCoin: ParseCoinAssocTypes>
TransitionFrom<TakerPaymentSent<MakerCoin, TakerCoin>> for TakerPaymentRefundRequired<MakerCoin, TakerCoin>
{
}
impl<MakerCoin: ParseCoinAssocTypes, TakerCoin: ParseCoinAssocTypes>
TransitionFrom<MakerPaymentConfirmed<MakerCoin, TakerCoin>> for TakerPaymentRefundRequired<MakerCoin, TakerCoin>
{
}

#[async_trait]
impl<MakerCoin: MmCoin + MakerCoinSwapOpsV2, TakerCoin: MmCoin + TakerCoinSwapOpsV2> State
Expand Down

0 comments on commit 2a069fd

Please sign in to comment.