We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4448ba commit 1b38f9fCopy full SHA for 1b38f9f
matt/contracts.py
@@ -73,7 +73,7 @@ class ClauseOutput:
73
74
n: int
75
next_contract: AbstractContract # only StandardP2TR and StandardAugmentedP2TR are supported so far
76
- next_state: Optional[ContractState] = None # only meaningful if c is augmented
+ next_state: Optional[ContractState] = None # only meaningful if the contract is augmented
77
next_amount: ClauseOutputAmountBehaviour = ClauseOutputAmountBehaviour.PRESERVE_OUTPUT
78
79
def __repr__(self):
0 commit comments