code-423n4 / 2022-06-putty-findings

5 stars 0 forks source link

QA Report #393

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

[Low - 01] - Incorrect comment

Here it says:

"It fills the counter offer, and then cancels the original order that the counter offer was made for”.

In the code it's actually the opposite:

"It cancels the original order the counter offer was made for, and then fills the counter offer.”.