Synthetixio / synthetix-v3

MIT License
117 stars 58 forks source link

L-02: Missing Fee Data In Event #2329

Closed barrasso closed 1 month ago

barrasso commented 1 month 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.