You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2019. It is now read-only.
The mining crashes when trying to gather the unverified transactions for the new block because the file verified_transactions.json was created with {}, the same for utxo.json. This causes json.load() to crash with json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2) (because of the extra {})