Fix indentation problem

This commit is contained in:
vrde 2017-01-26 10:22:43 +01:00
parent baeae19951
commit 83afab4958
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D

View File

@ -214,7 +214,7 @@ def write_vote(conn, vote):
def get_genesis_block(conn):
return conn.run(
table('bigchain')
.find_one(
.find_one(
{'block.transactions.0.operation': 'GENESIS'},
{'_id': False}
))