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
INFO Block is too big: 87094 bytes, exptected no more than 86967 bytes maxBlockCumulativeSize esperado menor a 86967, bloque 87094 bytes red detenida.
The text was updated successfully, but these errors were encountered:
https://github.com/ProsusCorp/prosus/blob/cf8bcd6441605bf1c678260fb28f5b52163f809f/src/CryptoNoteCore/Blockchain.cpp#L1552
bool Blockchain::checkCumulativeBlockSize(const Crypto::Hash& blockId, size_t cumulativeBlockSize, uint64_t height) { size_t maxBlockCumulativeSize = m_currency.maxBlockCumulativeSize(height); if (cumulativeBlockSize > maxBlockCumulativeSize) { logger(INFO, BRIGHT_WHITE) << "Block " << blockId << " is too big: " << cumulativeBlockSize << " bytes, " << "exptected no more than " << maxBlockCumulativeSize << " bytes"; return false; }
Sorry, something went wrong.
Prosus Money v0.7.2-gui
No branches or pull requests
INFO Block is too big: 87094 bytes, exptected no more than 86967 bytes
maxBlockCumulativeSize esperado menor a 86967, bloque 87094 bytes
red detenida.
The text was updated successfully, but these errors were encountered: