[bisq-network/bisq] Fix issue with deleting newly created account (PR #6166)

xyzmaker123 notifications at github.com
Tue Apr 26 08:54:07 CEST 2022


Fixes #6161

`setPersistedAccountName(getAccountName())` was invoked after `paymentAccountsAsObservable.add(paymentAccount);`. `HashSet` is caching hashcodes when adding, so they didn't matched when trying to invoke `paymentAccountsAsObservable.remove(paymentAccount)`.

More details:
 https://stackoverflow.com/a/43554123
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/6166

-- Commit Summary --

  * Fix issue with deleting newly created account

-- File Changes --

    M core/src/main/java/bisq/core/payment/PaymentAccount.java (1)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/6166.patch
https://github.com/bisq-network/bisq/pull/6166.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/6166
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/pull/6166 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220425/62c72288/attachment.htm>


More information about the bisq-github mailing list