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 1ad999b commit d161096Copy full SHA for d161096
test/functional/test_framework/test_node.py
@@ -46,6 +46,8 @@
46
# The size of the blocks xor key
47
# from InitBlocksdirXorKey::xor_key.size()
48
NUM_XOR_BYTES = 8
49
+# The null blocks key (all 0s)
50
+NULL_BLK_XOR_KEY = bytes([0] * NUM_XOR_BYTES)
51
52
53
class FailedToStartError(Exception):
0 commit comments