fix_: make use of slippage percentage parameter (#15096)
This commit is contained in:
parent
4a63201a79
commit
7b38a5b6bd
|
@ -200,6 +200,7 @@ func (s *SwapParaswapProcessor) Send(sendArgs *MultipathProcessorTxArgs, verifie
|
||||||
MultiTransactionID: sendArgs.SwapTx.MultiTransactionID,
|
MultiTransactionID: sendArgs.SwapTx.MultiTransactionID,
|
||||||
Symbol: sendArgs.SwapTx.Symbol,
|
Symbol: sendArgs.SwapTx.Symbol,
|
||||||
},
|
},
|
||||||
|
SlippagePercentage: sendArgs.SwapTx.SlippagePercentage,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue