mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-24 15:35:34 -04:00
Refactor Settings model to 2 separate models
This commit is contained in:
parent
9751a5206e
commit
33085b5c2c
18 changed files with 335 additions and 197 deletions
|
@ -48,7 +48,7 @@ public class CreateOfferPMTest {
|
|||
BSFormatter formatter = new BSFormatter(new User());
|
||||
formatter.setLocale(Locale.US);
|
||||
formatter.setFiatCurrencyCode("USD");
|
||||
model = new CreateOfferModel(null, null, null, null, null, formatter);
|
||||
model = new CreateOfferModel(null, null, null, null, null, null, formatter);
|
||||
|
||||
presenter = new CreateOfferPM(model, new FiatValidator(null), new BtcValidator(), formatter);
|
||||
presenter.initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue