mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove stale code
This commit is contained in:
parent
e0d0ab21d3
commit
559b6a4fe6
@ -584,9 +584,6 @@ class Bigchain(object):
|
|||||||
|
|
||||||
res = r.table('bigchain').get(last_voted[0]['vote']['voting_for_block']).run(self.conn)
|
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
|
return res
|
||||||
|
|
||||||
def get_unvoted_blocks(self):
|
def get_unvoted_blocks(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user