mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix indentation problem
This commit is contained in:
parent
baeae19951
commit
83afab4958
@ -214,7 +214,7 @@ def write_vote(conn, vote):
|
|||||||
def get_genesis_block(conn):
|
def get_genesis_block(conn):
|
||||||
return conn.run(
|
return conn.run(
|
||||||
table('bigchain')
|
table('bigchain')
|
||||||
.find_one(
|
.find_one(
|
||||||
{'block.transactions.0.operation': 'GENESIS'},
|
{'block.transactions.0.operation': 'GENESIS'},
|
||||||
{'_id': False}
|
{'_id': False}
|
||||||
))
|
))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user