Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Oct 29, 2021
1 parent fe484ab commit de0f5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('deploy and test Wallet', () => {
const { nonce } = await wallet.call('get_current_nonce');
const msgHash = addHexPrefix(
hashMessage(
'0', // needs to be walletAddress once it'S possible to retrieve address(self) in cairo
'0', // needs to be walletAddress once it's possible to retrieve address(self) in cairo
erc20Address,
getSelectorFromName('transfer'),
[erc20Address, '10'],
Expand Down

0 comments on commit de0f5cb

Please sign in to comment.