We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e030b6e commit 4abee64Copy full SHA for 4abee64
mm2src/mm2_main/src/lr_swap/lr_swap_state_machine.rs
@@ -896,7 +896,6 @@ impl AggTakerSwapStateMachine {
896
}
897
898
/// Source coin or token ticker in aggregated swap (before the first liquidity routing)
899
- #[allow(unused)]
900
fn source_coin(&self) -> Ticker {
901
if let Some(ref lr_swap_0) = self.lr_swap_0 {
902
lr_swap_0.src.clone()
@@ -906,7 +905,6 @@ impl AggTakerSwapStateMachine {
906
905
907
908
/// Destination coin or token ticker in aggregated swap (after the final liquidity routing)
909
910
fn destination_coin(&self) -> Ticker {
911
if let Some(ref lr_swap_1) = self.lr_swap_1 {
912
lr_swap_1.dst.clone()
0 commit comments