You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cswarning() << "Stage3 from T[" << static_cast<int>(stageFrom.sender) << "] - final check ... NOT PASSED! This problem will be resolved automatically.";
274
+
csdebug() << "The stage below has next problems:";
275
+
if (markedUntrusted) {
276
+
csdebug() << "--> The node, that sent this stage was marked as untrusted";
277
+
}
279
278
if (stageTo.realTrustedMask[stageFrom.sender] != cs::ConfidantConsts::InvalidConfidantIndex) {
279
+
if (invalidBlockSignatures) {
280
+
csdebug() << "--> Block Signatures are not valid";
281
+
}
282
+
if (invalidRoundSignatures) {
283
+
csdebug() << "--> Round Signatures are not valid.";
284
+
}
285
+
if (invalidTrustedSignatures) {
286
+
csdebug() << "--> Trusted Signatures are not valid.";
0 commit comments