code-423n4 / 2021-09-defiprotocol-findings

1 stars 0 forks source link

Vairable never used #254

Closed code423n4 closed 2 years ago

code423n4 commented 3 years ago

Handle

goatbug

Vulnerability details

Impact

uint256 private constant BLOCK_DECREMENT = 10000; BLOCK_DECREMENT declared but never used in Auction contract

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

GalloDaSballo commented 2 years ago

Duplicate of #198