code-423n4 / 2021-10-pooltogether-findings

0 stars 0 forks source link

Comment Typos #59

Open code423n4 opened 3 years ago

code423n4 commented 3 years ago

Handle

leastwood

Vulnerability details

Impact

There are a couple of typos found within the Reserve.sol contract.

Proof of Concept

https://github.com/pooltogether/v4-core/blob/master/contracts/Reserve.sol#L20 https://github.com/pooltogether/v4-core/blob/master/contracts/Reserve.sol#L21

Tools Used

Manual code review

Recommended Mitigation Steps

Consider updating the typo in Reserve.sol:L20 from speicific to specific and the typo in Reserve.sol:L21 from determininstially to deterministically.

aodhgan commented 3 years ago

done in commit https://github.com/pooltogether/v4-core/commit/5357854748c5a673a9e4d30c285cf051f76bf103

GalloDaSballo commented 3 years ago

The sponsor has fixed the typos