blockchain: make some flag twiddling code closer to the original
Probably paranoid and unnecessary
This commit is contained in:
parent
81cb0fcdcc
commit
737b6d6cf5
1 changed files with 2 additions and 2 deletions
|
@ -1327,8 +1327,8 @@ bool Blockchain::handle_alternative_block(const block& b, const crypto::hash& id
|
|||
|
||||
bool r = switch_to_alternative_blockchain(alt_chain, true);
|
||||
|
||||
bvc.m_added_to_main_chain = r;
|
||||
bvc.m_verifivation_failed = !r;
|
||||
if(r) bvc.m_added_to_main_chain = true;
|
||||
else bvc.m_verifivation_failed = true;
|
||||
|
||||
return r;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue