[bisq-network/bisq] Add api method 'getpaymentacctform' (#4819)

Stan notifications at github.com
Wed Dec 2 17:55:15 CET 2020


@ghubstan commented on this pull request.



> + * accountName=Hal Cash Acct,
+ * tradeCurrencies=[FiatCurrency(currency=EUR)],
+ * selectedTradeCurrency=FiatCurrency(currency=EUR)
+ * )
+ * </pre>
+ */
+ at Singleton
+ at Slf4j
+public class PaymentAccountForm {
+
+    private final GsonBuilder gsonBuilder = new GsonBuilder()
+            .setPrettyPrinting()
+            .serializeNulls();
+
+    // Names of PaymentAccount fields to exclude from json forms.
+    private final String[] excludedFields = new String[]{

Fixed in commit 9b4bdfc5ad8ff3e76296cb134b55ceba4397d158

-- 
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/4819#discussion_r534325563
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201202/60577786/attachment.htm>


More information about the bisq-github mailing list