Skip to content

Commit

Permalink
fix(evm): rm typo within ShuSo
Browse files Browse the repository at this point in the history
  • Loading branch information
allemanfredi committed Jan 30, 2024
1 parent c1266e2 commit eb65993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/contracts/ownable/ShuSo.sol
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ abstract contract ShuSo is IShuSho, OwnableUpgradeable {
bytes32 baseHash = hashes[i];
if (baseHash == bytes32(0)) continue;

// increment num for each instance of the curent hash
// increment num for each instance of the current hash
uint256 num = 0;
for (uint j = 0; j < hashes.length; j++) {
if (baseHash == hashes[j]) {
Expand Down

0 comments on commit eb65993

Please sign in to comment.