We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ac040 commit 1138e27Copy full SHA for 1138e27
1 file changed
src/main.cc
@@ -96,7 +96,7 @@ Handle<Value> convert_blob(const Arguments& args) {
96
if (!parse_and_validate_block_from_blob(input, b))
97
return except("Failed to parse block");
98
99
- if (b.major_version < BLOCK_MAJOR_VERSION_3) {
+ if (b.major_version < BLOCK_MAJOR_VERSION_2) {
100
if (!get_block_hashing_blob(b, output))
101
return except("Failed to create mining block");
102
} else {
0 commit comments