mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-16 02:10:39 -04:00
fix resolved dispute chat message
This commit is contained in:
parent
05ba2ce305
commit
e85682e635
3 changed files with 6 additions and 8 deletions
|
@ -257,10 +257,10 @@ public class CoreDisputesService {
|
|||
agentNodeAddress,
|
||||
dispute.getShortTradeId(),
|
||||
currencyCode,
|
||||
Res.get("disputeSummaryWindow.reason." + reason.name()),
|
||||
amount,
|
||||
formatter.formatCoinWithCode(disputeResult.getBuyerPayoutAmount()),
|
||||
formatter.formatCoinWithCode(disputeResult.getSellerPayoutAmount()),
|
||||
Res.get("disputeSummaryWindow.reason." + reason.name()),
|
||||
disputeResult.summaryNotesProperty().get()
|
||||
);
|
||||
|
||||
|
|
|
@ -294,7 +294,6 @@ public class OfferBookService {
|
|||
if (keyImagePoller == null) return;
|
||||
for (String keyImage : offer.getOfferPayload().getReserveTxKeyImages()) {
|
||||
if (Boolean.TRUE.equals(keyImagePoller.isSpent(keyImage))) {
|
||||
log.warn("Reserved funds spent for offer {}", offer.getId());
|
||||
offer.setReservedFundsSpent(true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue