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

Christoph Atteneder notifications at github.com
Mon Jul 12 10:41:27 CEST 2021


@ripcurlx 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)

NIT ☝️ 

-- 
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_r667738029
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210712/1cb858dc/attachment.htm>


More information about the bisq-github mailing list