Skip to content

Commit fd6aaf4

Browse files
eprbellmacanudo527
andauthored
Update src/rp2/in_transaction.py
Co-authored-by: Neal Chambers <macanudo@yahoo.com>
1 parent 8786e6a commit fd6aaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2/in_transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __init__(
8080
self.__from_lot: Optional[InTransaction] = InTransaction.type_check("from_lot", from_lot) if from_lot is not None else None
8181
self.__to_lots: Dict[Account, List[InTransaction]] = {}
8282

83-
# This field is also used only in the artificial InTransactions of the per-wallet application model. If captures all the
83+
# This field is also used only in the artificial InTransactions of the per-wallet application model. It captures all the
8484
# upstream InTransactions that the funds came from and it is used for loop detection (it's a map from
8585
# wallet -> InTransaction).
8686
self.__originates_from: Dict[Account, InTransaction] = {}

0 commit comments

Comments
 (0)