Skip to content

Commit

Permalink
IS-864 add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed May 9, 2024
1 parent d3432c5 commit 1dfeafa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto/CryptoManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,8 @@ void CryptoManager::verifyThresholdSig(
make_shared< array< uint8_t, HASH_LEN > >( _hash.getHash() ), libBlsSig ),
"BLS sig verification failed using both current and previous key" );
}
if ( verifyRealSignatures && getSchain()->getNode()->isSyncOnlyNode() && getSchain()->verifyBlsSyncPatch( _ts.getS() ) )
LOG( info, "Signature was verified for sync node." );

} else {
// mockups sigs are not verified
Expand Down

0 comments on commit 1dfeafa

Please sign in to comment.