We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8786e6a commit fd6aaf4Copy full SHA for fd6aaf4
src/rp2/in_transaction.py
@@ -80,7 +80,7 @@ def __init__(
80
self.__from_lot: Optional[InTransaction] = InTransaction.type_check("from_lot", from_lot) if from_lot is not None else None
81
self.__to_lots: Dict[Account, List[InTransaction]] = {}
82
83
- # This field is also used only in the artificial InTransactions of the per-wallet application model. If captures all the
+ # This field is also used only in the artificial InTransactions of the per-wallet application model. It captures all the
84
# upstream InTransactions that the funds came from and it is used for loop detection (it's a map from
85
# wallet -> InTransaction).
86
self.__originates_from: Dict[Account, InTransaction] = {}
0 commit comments