Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Sep 21, 2024
1 parent 24a306a commit 7c60586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/builtins/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,7 @@ class ABIDecode(BuiltinFunctionT):
_kwargs = {"unwrap_tuple": KwargSettings(BoolT(), True, require_literal=True)}

def get_return_type(self, node, expected_type=None):
_, output_type = self.infer_arg_types(node, return_type=expected_type)
_, output_type = self.infer_arg_types(node, expected_return_typ=expected_type)
return output_type.typedef

def infer_arg_types(self, node, expected_return_typ=None):
Expand Down

0 comments on commit 7c60586

Please sign in to comment.