Skip to content

Commit

Permalink
Update AuctionNFT.sol base on pre audit report
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceNationDev committed Mar 23, 2024
1 parent 9a2a5aa commit 9635ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/prime-navigator/AuctionNFT.sol
Expand Up @@ -528,7 +528,7 @@ contract StakeNFT is Context, ReentrancyGuard {
uint256[] memory raffleId = new uint256[](counts);
uint256 index;

for (uint256 j = start; j < counts; j++) {
for (uint256 j = start; j < ncount; j++) {
uint256 stakeid = _publicStakesId[j];
if (raffleWon[stakeid]) {
raffleId[index] = stakeid;
Expand Down

0 comments on commit 9635ce7

Please sign in to comment.