mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-10 15:40:22 -04:00
offer book view checks for invalid signer or signature
merge OfferFilter into OfferFilterService
This commit is contained in:
parent
b95c689190
commit
a51aeeb484
6 changed files with 42 additions and 244 deletions
|
@ -685,8 +685,11 @@ abstract public class OfferBookView<R extends GridPane, M extends OfferBookViewM
|
|||
"isInsufficientTradeLimit case.");
|
||||
}
|
||||
break;
|
||||
case HIDE_BSQ_SWAPS_DUE_DAO_DEACTIVATED:
|
||||
new Popup().warning(Res.get("offerbook.warning.hideBsqSwapsDueDaoDeactivated")).show();
|
||||
case ARBITRATOR_NOT_VALIDATED:
|
||||
new Popup().warning(Res.get("offerbook.warning.arbitratorNotValidated")).show();
|
||||
break;
|
||||
case SIGNATURE_NOT_VALIDATED:
|
||||
new Popup().warning(Res.get("offerbook.warning.signatureNotValidated")).show();
|
||||
break;
|
||||
case VALID:
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue