Skip to content

Commit 91e334d

Browse files
committed
Fix flake8 fail
1 parent 5ca4485 commit 91e334d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitcoin/tests/fakebitcoinproxy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def make_blocks_from_blockhashes(blockhashes):
9797
instantiation.
9898
"""
9999
blocks = []
100+
previousblockhash = None
100101

101102
for (height, blockhash) in enumerate(blockhashes):
102103
block = {"hash": blockhash, "height": height, "tx": []}

0 commit comments

Comments
 (0)