mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Improve error log
This commit is contained in:
parent
56db98b788
commit
81fe43172c
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ public class PendingTradesDataModel extends ActivatableDataModel {
|
|||
}
|
||||
|
||||
final Arbitrator acceptedArbitratorByAddress = user.getAcceptedArbitratorByAddress(trade.getArbitratorNodeAddress());
|
||||
checkNotNull(acceptedArbitratorByAddress);
|
||||
checkNotNull(acceptedArbitratorByAddress, "acceptedArbitratorByAddress must no tbe null");
|
||||
Dispute dispute = new Dispute(disputeManager.getDisputeStorage(),
|
||||
trade.getId(),
|
||||
keyRing.getPubKeyRing().hashCode(), // traderId
|
||||
|
|
Loading…
Add table
Reference in a new issue