mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-25 16:05:28 -04:00
Rename initialized to initialize, add null checks in base UI classes
This commit is contained in:
parent
46863bb4c2
commit
52b04206e8
28 changed files with 90 additions and 76 deletions
|
@ -50,7 +50,7 @@ public class CreateOfferPMTest {
|
|||
BSFormatter.setFiatCurrencyCode("USD");
|
||||
|
||||
presenter = new CreateOfferPM(model, new FiatValidator(null), new BtcValidator());
|
||||
presenter.initialized();
|
||||
presenter.initialize();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue