We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In case nodes do not print this err msg:
if (const auto& err_msg = proposed_blocks_.checkOldBlocksPresence(current_pbft_period); err_msg.has_value()) { LOG(log_er_) << "Old proposed blocks saved in db <period> -> <blocks count>: " << *err_msg; }
remove the check & log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Task Description
In case nodes do not print this err msg:
remove the check & log
Epic Parent
The text was updated successfully, but these errors were encountered: