Synthetixio / synthetix-v3

MIT License
117 stars 58 forks source link

L-02: Missing Fee Data In Event #2329

Closed barrasso closed 2 weeks ago

barrasso commented 2 weeks ago

Description

In the _settleOrder function the runtime.referralFees and runtime.feeCollectorFees are no longer assigned to from the collectFees call.

Therefore these values will be the default 0 value in the OrderSettled event.