plugin - Improves README and defaults misbehaving_proof to empty dict

This commit is contained in:
Sergi Delgado Segura
2020-05-08 19:42:39 +02:00
parent 445d4c0aca
commit f2162b6add
2 changed files with 22 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ class TowerInfo:
self.appointments = {}
self.pending_appointments = []
self.invalid_appointments = []
self.misbehaving_proof = None
self.misbehaving_proof = {}
@classmethod
def from_dict(cls, tower_data):