Skip to content

Commit

Permalink
all transactions now have utxos
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsoup42 committed Sep 8, 2023
1 parent 52ab8a8 commit f532111
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ def transaction_dict(self) -> Iterable[Dict]:
]
)
balance_result: Dict = defaultdict(lambda: Decimal(0))
if not transaction.reward_amount:
# Reward pseudo transactions have no utxos
for i in transaction.utxos.nonref_inputs:
if not i.collateral or not transaction.valid_contract:
for amount in i.amount:
Expand Down

0 comments on commit f532111

Please sign in to comment.