Skip to content

Commit

Permalink
Merge pull request #1694 from cyyber/dev
Browse files Browse the repository at this point in the history
Fix: Added missing property decorated in VoteStats
  • Loading branch information
jplomas authored Mar 24, 2020
2 parents b90d219 + 14b9382 commit 3ed23c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qrl/core/VoteStats.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def __init__(self, protobuf_block=None):
if protobuf_block is None:
self._data = qrl_pb2.VoteStats()

@property
def pbdata(self):
return self._data

Expand Down

0 comments on commit 3ed23c0

Please sign in to comment.