Skip to content

Commit 1840190

Browse files
authored
Update ArgentAccount.cairo
fix `nonce` type
1 parent 40ef04a commit 1840190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/ArgentAccount.cairo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func __execute__{
169169
mcalls: MCall*,
170170
calldata_len: felt,
171171
calldata: felt*,
172-
nonce
172+
nonce: felt
173173
) -> (
174174
response_len: felt,
175175
response: felt*

0 commit comments

Comments
 (0)