wip router2

This commit is contained in:
Owen
2022-08-19 12:29:21 -07:00
parent c0961a4810
commit a0fa75fb4f
+1 -1
View File
@@ -194,7 +194,7 @@ contract LSSVMRouter2 {
// Do all buy swaps
for (uint256 i; i < numBuys; ) {
// Total ETH taken from sender cannot the starting remainingValue
// @dev Total ETH taken from sender cannot the starting remainingValue
// because otherwise the deduction from remainingValue will fail
remainingValue -= buyList[i]
.swapInfo