Merge pull request #6166 from xyzmaker123/fix-delete-account

Fix issue with deleting newly created account
This commit is contained in:
Christoph Atteneder 2022-04-26 11:02:33 +02:00 committed by GitHub
commit ff6d38da2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<>();