Naming #250
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Warden finding
disagree with severity
Sponsor confirms validity, but disagrees with warden’s risk assessment (sponsor explain in comments)
sponsor acknowledged
Technically the issue is correct, but we're not going to resolve it for XYZ reasons
Handle
goatbug
Vulnerability details
Impact
Line 58 Auction
bondTimestamp = block.number;
Setting a variable labelled as a timestamp to a block number, this is misleading and causing errors on the timelocks.
Timestamp != blocknumber
Proof of Concept
Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept.
Tools Used
Recommended Mitigation Steps
The text was updated successfully, but these errors were encountered: