Remove stale code

This commit is contained in:
vrde 2016-07-14 16:21:03 +02:00
parent e0d0ab21d3
commit 559b6a4fe6
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D

View File

@ -584,9 +584,6 @@ class Bigchain(object):
res = r.table('bigchain').get(last_voted[0]['vote']['voting_for_block']).run(self.conn)
if 'block_number' in last_voted[0]:
res['block_number'] = last_voted[0]['block_number']
return res
def get_unvoted_blocks(self):