Skip to content

Commit

Permalink
Missing variable initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ouziel-slama committed Nov 4, 2015
1 parent 8ffa7a6 commit 7043753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions counterpartylib/test/util_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ def reparse(testnet=True):
blocks.initialise(memory_db)
previous_ledger_hash = None
previous_txlist_hash = None
previous_messages_hash = None

memory_cursor.execute('''SELECT * FROM blocks ORDER BY block_index''')
for block in memory_cursor.fetchall():
Expand Down

0 comments on commit 7043753

Please sign in to comment.