<p><b>@cbeams</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3888#discussion_r368524960">grpc/src/main/java/bisq/grpc/BisqGrpcClient.java</a>:</p>
<pre style='color:#555'>> +                        result = tradeStatistics.toString();
+                        break;
+                    case "getOffers":
+                        List<bisq.core.offer.Offer> offers = getOffers().stream()
+                                .map(bisq.core.offer.Offer::fromProto)
+                                .collect(Collectors.toList());
+                        result = offers.toString();
+                        break;
+                    case "getPaymentAccounts":
+                        List<PaymentAccount> paymentAccounts = getPaymentAccounts().stream()
+                                .map(proto -> PaymentAccount.fromProto(proto, corePersistenceProtoResolver))
+                                .collect(Collectors.toList());
+                        result = paymentAccounts.toString();
+                        break;
+                    case "placeOffer":
+                        // test input: placeOffer CNY BUY 750000000 true -0.2251 1000000 500000 0.12 5a972121-c30a-4b0e-b519-b17b63795d16
</pre>
<p>Fixed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bisq-network/bisq/commit/d77ff101fbccda8ea3262fe41e53ded49d6b1bd6/hovercard" href="https://github.com/bisq-network/bisq/commit/d77ff101fbccda8ea3262fe41e53ded49d6b1bd6"><tt>d77ff10</tt></a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3888?email_source=notifications&email_token=AJFFTNXNB4GWOVXS6IDDT5LQ6WK7LA5CNFSM4KFMYAI2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCSKINQY#discussion_r368524960">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNX7UT5ZLK44DFTIQFDQ6WK7LANCNFSM4KFMYAIQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNUJ3DJFBAMWGZVZRSTQ6WK7LA5CNFSM4KFMYAI2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCSKINQY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3888?email_source=notifications\u0026email_token=AJFFTNXNB4GWOVXS6IDDT5LQ6WK7LA5CNFSM4KFMYAI2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCSKINQY#discussion_r368524960",
"url": "https://github.com/bisq-network/bisq/pull/3888?email_source=notifications\u0026email_token=AJFFTNXNB4GWOVXS6IDDT5LQ6WK7LA5CNFSM4KFMYAI2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCSKINQY#discussion_r368524960",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>