Skip to content

Commit

Permalink
feat: is_valid_signature -> isValidSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkelawala committed Sep 9, 2022
1 parent d96eb1f commit f704f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class Account extends Provider implements AccountInterface {
try {
await this.callContract({
contractAddress: this.address,
entrypoint: 'is_valid_signature',
entrypoint: 'isValidSignature',
calldata: compileCalldata({
hash: toBN(hash).toString(),
signature: signature.map((x) => toBN(x).toString()),
Expand Down

0 comments on commit f704f3e

Please sign in to comment.