Skip to content

Commit

Permalink
fix: resets previous_felt_input when encountering felt*
Browse files Browse the repository at this point in the history
  • Loading branch information
kobigurk committed Aug 5, 2021
1 parent 0f34837 commit d498f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/starkware/starknet/cli/starknet_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ async def invoke_or_call(args, command_args, call: bool):
'by a length argument of type felt.'

current_inputs_ptr += previous_felt_input
previous_felt_input = None
else:
raise Exception(f'Unsupported type {input_desc["type"]}')
break
Expand Down

0 comments on commit d498f22

Please sign in to comment.