mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Fix NPE issue when edit fresh account
This commit is contained in:
parent
d8f66c0725
commit
d70397214f
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ class FiatAccountsDataModel extends ActivatableDataModel {
|
|||
}
|
||||
|
||||
user.addPaymentAccount(paymentAccount);
|
||||
paymentAccount.onPersistChanges();
|
||||
|
||||
accountAgeWitnessService.publishMyAccountAgeWitness(paymentAccount.getPaymentAccountPayload());
|
||||
accountAgeWitnessService.signAndPublishSameNameAccounts();
|
||||
|
|
Loading…
Add table
Reference in a new issue