[bisq-network/bisq] Not create and publish account age witnesses for BSQ swap accounts (PR #5974)

chimp1984 notifications at github.com
Tue Jan 18 16:18:35 CET 2022


@chimp1984 approved this pull request.

utACK

> @@ -228,7 +229,7 @@ private void onBootStrapped() {
     private void republishAllFiatAccounts() {
         if (user.getPaymentAccounts() != null)
             user.getPaymentAccounts().stream()
-                    .filter(account -> !(account instanceof AssetAccount))
+                    .filter(account -> !(account instanceof AssetAccount) && !(account instanceof BsqSwapAccount))

Alternatively you could use the `isFiat` in `PaymentMethod`

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

Message ID: <bisq-network/bisq/pull/5974/review/855572476 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220118/f1852a46/attachment.htm>


More information about the bisq-github mailing list