[bisq-network/bisq] Fix payment account deserialize issue (e.g. CHASE_QUICK_PAY) (#5614)

jmacxx notifications at github.com
Mon Jul 12 13:59:32 CEST 2021


@jmacxx commented on this pull request.



> @@ -132,6 +132,7 @@ public static UserPayload fromProto(protobuf.UserPayload proto, CoreProtoResolve
                 ProtoUtil.stringOrNullFromProto(proto.getAccountId()),
                 proto.getPaymentAccountsList().isEmpty() ? new HashSet<>() : new HashSet<>(proto.getPaymentAccountsList().stream()
                         .map(e -> PaymentAccount.fromProto(e, coreProtoResolver))
+                        .filter(e -> e != null)

Thanks!  change applied.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5614#discussion_r667867510
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210712/ca1900da/attachment.htm>


More information about the bisq-github mailing list