Skip to content

Commit

Permalink
Fix function name.
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   contracts/test/TestCaptcha.sol
  • Loading branch information
mmontour1306 committed Jun 7, 2024
1 parent e0e17e9 commit 6f758d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/TestCaptcha.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contract TestCaptcha is Ownable {
emit Withdraw(msg.sender, _nativeAmount);
}

function verifycaptcha(
function verifyCaptcha(
address _to,
bytes32 _uuid,
string memory _key
Expand Down

0 comments on commit 6f758d5

Please sign in to comment.