Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 91e334d

Browse filesBrowse files
committed
Fix flake8 fail
1 parent 5ca4485 commit 91e334d
Copy full SHA for 91e334d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎bitcoin/tests/fakebitcoinproxy.py‎

Copy file name to clipboardExpand all lines: bitcoin/tests/fakebitcoinproxy.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.