We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca4485 commit 91e334dCopy full SHA for 91e334d
bitcoin/tests/fakebitcoinproxy.py
@@ -97,6 +97,7 @@ def make_blocks_from_blockhashes(blockhashes):
97
instantiation.
98
"""
99
blocks = []
100
+ previousblockhash = None
101
102
for (height, blockhash) in enumerate(blockhashes):
103
block = {"hash": blockhash, "height": height, "tx": []}
0 commit comments