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 1663634 commit 8ea97c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/validator-info
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ class TransactionsStats(BaseUnknown):
def __iter__(self):
return iter(self.val)

def __getitem__(self, item):
return self.val
def __getitem__(self, key):
return self.val[key]

def __setitem__(self, key, value):
self.val[key] = value
Expand Down

0 comments on commit 8ea97c1

Please sign in to comment.