Skip to content

Commit

Permalink
Add log when catching exception to avoid sonar warning
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-zack committed Oct 10, 2024
1 parent 5aa566c commit e7a67b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rskj-core/src/main/java/co/rsk/peg/BridgeSupport.java
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,7 @@ private void processSigning(
try {
txSigs = getTransactionSignatures(federatorBtcPublicKey, sigHashes, signatures);
} catch (SignatureException e) {
logger.error("[processSigning] Unable to proceed with signing as the transaction signatures are incorrect.");
return;
}

Expand Down

0 comments on commit e7a67b1

Please sign in to comment.