Closed barrasso closed 2 weeks ago
Description
In the _settleOrder function the runtime.referralFees and runtime.feeCollectorFees are no longer assigned to from the collectFees call.
_settleOrder
runtime.referralFees
runtime.feeCollectorFees
collectFees
Therefore these values will be the default 0 value in the OrderSettled event.
OrderSettled
Description
In the
_settleOrder
function theruntime.referralFees
andruntime.feeCollectorFees
are no longer assigned to from thecollectFees
call.Therefore these values will be the default 0 value in the
OrderSettled
event.