Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: fn name (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter authored Jul 3, 2023
1 parent 63ae08d commit 10cefa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/concepts/aa.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ contract TestSignatureChecker {
bytes32 _hash,
bytes memory _signature
) public pure returns (bool) {
return _address.checkSignature(_hash, _signature);
return _address.isValidSignatureNow(_hash, _signature);
}
}
```
Expand Down

0 comments on commit 10cefa5

Please sign in to comment.