Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangsu authored Dec 8, 2022
1 parent 13309f6 commit 4483668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyteal/ast/subroutine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ def __call__(self, subroutine: SubroutineDefinition) -> SubroutineDeclaration:
if self.use_frame_pt:
depth = len(proto.mem_layout.local_stack_types)
# only when we have 1 return, and with other local variables
# we use bury to bury the result to 0 index against frame pointer
# we use frame_bury to bury the result to 0 index against frame pointer
if not abi_output_kwargs and 0 < proto.num_returns < depth:
deferred_expr = FrameBury(Seq(), 0, inferred_type=TealType.none)

Expand Down

0 comments on commit 4483668

Please sign in to comment.