Skip to content

Commit 1138e27

Browse files
committed
Because fuck logic
1 parent e5ac040 commit 1138e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Handle<Value> convert_blob(const Arguments& args) {
9696
if (!parse_and_validate_block_from_blob(input, b))
9797
return except("Failed to parse block");
9898

99-
if (b.major_version < BLOCK_MAJOR_VERSION_3) {
99+
if (b.major_version < BLOCK_MAJOR_VERSION_2) {
100100
if (!get_block_hashing_blob(b, output))
101101
return except("Failed to create mining block");
102102
} else {

0 commit comments

Comments
 (0)