Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangel90 committed Dec 3, 2024
1 parent e90926d commit c83279d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat/contracts/Lottery.sol
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ contract Lottery is Ownable {
}

function approveAllowance(address spender, uint256 amount) external{
paymentToken.approve(spender, amount)
paymentToken.approve(spender, amount);
}

}

0 comments on commit c83279d

Please sign in to comment.