Skip to content

Commit

Permalink
INDY-1920: update validator-info
Browse files Browse the repository at this point in the history
Signed-off-by: toktar <[email protected]>
  • Loading branch information
Toktar committed Jan 23, 2019
1 parent d4435a2 commit 1663634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/validator-info
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ class TransactionsStats(BaseUnknown):
else:
return ""

def items(self):
return dict(self.val).items()

def __iter__(self):
return iter(self.val)

Expand Down

0 comments on commit 1663634

Please sign in to comment.