code-423n4 / 2023-08-reserve-mitigation-findings

0 stars 0 forks source link

M-07 MitigationConfirmed #24

Open code423n4 opened 1 year ago

code423n4 commented 1 year ago

Lines of code

Vulnerability details

Comments

The mitigation will refresh everything if the trade involves any RToken:

        if (involvesRToken) {
            assetRegistry.refresh();
            furnace.melt();
        }

So the rtoken price is correct.

c4-judge commented 1 year ago

0xean marked the issue as satisfactory

c4-judge commented 1 year ago

0xean marked the issue as confirmed for report