mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
comment out mismatched_daemon_version check
This commit is contained in:
parent
a04b346103
commit
e5d14a96d4
1 changed files with 2 additions and 2 deletions
|
@ -2987,7 +2987,7 @@ void wallet2::pull_and_parse_next_blocks(uint64_t start_height, uint64_t &blocks
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!m_allow_mismatched_daemon_version)
|
/*if (!m_allow_mismatched_daemon_version)
|
||||||
{
|
{
|
||||||
// make sure block's hard fork version is expected at the block's height
|
// make sure block's hard fork version is expected at the block's height
|
||||||
uint8_t hf_version = parsed_blocks[i].block.major_version;
|
uint8_t hf_version = parsed_blocks[i].block.major_version;
|
||||||
|
@ -3001,7 +3001,7 @@ void wallet2::pull_and_parse_next_blocks(uint64_t start_height, uint64_t &blocks
|
||||||
? "Make sure your wallet is up to date"
|
? "Make sure your wallet is up to date"
|
||||||
: "Make sure the node you are connected to is running the latest version")
|
: "Make sure the node you are connected to is running the latest version")
|
||||||
);
|
);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
parsed_blocks[i].o_indices = std::move(o_indices[i]);
|
parsed_blocks[i].o_indices = std::move(o_indices[i]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue