Skip to content

Commit 99f9795

Browse files
ZeeshanJandimkarakostas
authored andcommitted
Update default_parser.py
1 parent 32b6acd commit 99f9795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus_decentralization/parsers/default_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def parse(self):
4949

5050
for block in data:
5151
block['reward_addresses'] = ','.join(sorted([tx['addresses'][0] for tx in block['outputs']
52-
if (tx['addresses'] and int(tx['value']) > MIN_TX_VALUE)]))
52+
if (tx['addresses'] and int(tx['value']) > MIN_TX_VALUE)]))
5353
del block['outputs']
5454
block['identifiers'] = self.parse_identifiers(block['identifiers'])
5555
return data

0 commit comments

Comments
 (0)