mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #6166 from xyzmaker123/fix-delete-account
Fix issue with deleting newly created account
This commit is contained in:
commit
ff6d38da2b
@ -61,6 +61,7 @@ public abstract class PaymentAccount implements PersistablePayload {
|
||||
@Setter
|
||||
protected String accountName;
|
||||
@Setter
|
||||
@EqualsAndHashCode.Exclude
|
||||
protected String persistedAccountName;
|
||||
|
||||
protected final List<TradeCurrency> tradeCurrencies = new ArrayList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user