[bisq-network/bisq] Add api method 'getpaymentmethods' (#4818)

Stan notifications at github.com
Tue Dec 1 20:12:55 CET 2020


@ghubstan commented on this pull request.



> +    public static void setUp() {
+        try {
+            setUpScaffold(bitcoind, alicedaemon);
+        } catch (Exception ex) {
+            fail(ex);
+        }
+    }
+
+    @Test
+    @Order(1)
+    public void testGetPaymentMethods() {
+        List<String> paymentMethodIds = getPaymentMethods(alicedaemon)
+                .stream()
+                .map(p -> p.getId())
+                .collect(Collectors.toList());
+        assertTrue(paymentMethodIds.size() > 25);

Fixed in commit 2989f1be3f6dd9990d48642ac252bd350d906dc7.

-- 
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/4818#discussion_r533657322
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201201/58c52795/attachment-0001.htm>


More information about the bisq-github mailing list