BUG: tradetarget on Streamers assessing against sub-swap
{"error":"failed to simulate swap: emit asset 1562014106 less than price limit 77584931558"}
here, 1562014106 (subswap) is being assessed against 77584931558 (total swap) and will always fail
the endpoint is called function quoteSimulateSwap with the amount of the sub-swap but without updating the msg.TradeTarget, so the simulation always fails if you set the param tolerance_bps for streaming swap estimation.