mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
blackified
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
99a6f9889e
commit
faeb0ee419
@ -918,7 +918,7 @@ class Planetmint(object):
|
||||
self.delete_elections(new_height)
|
||||
|
||||
txns = [self.get_transaction(tx_id) for tx_id in txn_ids]
|
||||
|
||||
|
||||
txns = [Transaction.from_dict(tx.to_dict()) for tx in txns if tx]
|
||||
|
||||
elections = self._get_votes(txns)
|
||||
|
Loading…
x
Reference in New Issue
Block a user