Skip to content

Commit

Permalink
IS-864 format code
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed May 9, 2024
1 parent 1dfeafa commit 1c557d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crypto/CryptoManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -912,9 +912,6 @@ 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 1c557d9

Please sign in to comment.