Skip to content

Commit

Permalink
Fix log message in BridgeSupport releaseBtc Method
Browse files Browse the repository at this point in the history
- Changed RBTC to weis in the log message.
  • Loading branch information
wilmerrootstock authored and marcos-iov committed May 17, 2024
1 parent dc57783 commit f878fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rskj-core/src/main/java/co/rsk/peg/BridgeSupport.java
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ public void releaseBtc(Transaction rskTx) throws IOException {
final Coin pegoutValueInSatoshis = pegoutValueInWeis.toBitcoin();
final RskAddress senderAddress = rskTx.getSender(signatureCache);
logger.debug(
"[releaseBtc] Releasing {} RBTC from RSK address {} in tx {}",
"[releaseBtc] Releasing {} weis from RSK address {} in tx {}",
pegoutValueInWeis,
senderAddress,
rskTx.getHash()
Expand Down

0 comments on commit f878fd8

Please sign in to comment.