Skip to content

Commit

Permalink
Mark tx as processed after refund in legacyRegisterPegin
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-iov committed Jan 15, 2025
1 parent d4580ec commit e56ac11
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 @@ -653,6 +653,7 @@ private void processPegInVersionLegacy(
}

generateRejectionRelease(btcTx, senderBtcAddress, rskTxHash, totalAmount);
markTxAsProcessed(btcTx);
}
}

Expand Down

0 comments on commit e56ac11

Please sign in to comment.