blackified

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-02-21 10:09:33 +01:00
parent 99a6f9889e
commit faeb0ee419
No known key found for this signature in database

View File

@ -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)