[bisq-network/bisq] Update api beta test guide: add 'editoffer' (#5577)

sqrrm notifications at github.com
Sun Jul 11 13:26:48 CEST 2021


@sqrrm commented on this pull request.

Some TODOs to look at, but overall the PR looks good.

> +                "usd",
+                10_000_000L,
+                5_000_000L,
+                0.0,
+                getDefaultBuyerSecurityDepositAsPercent(),
+                usdAccount.getId(),
+                MAKER_FEE_CURRENCY_CODE,
+                triggerPriceAsLong);
+        genBtcBlocksThenWait(1, 4000); // give time to add to offer book
+        newOffer = aliceClient.getMyOffer(newOffer.getId());
+        log.info("OFFER #5:\n{}", formatOfferTable(singletonList(newOffer), "usd"));
+        assertEquals(triggerPriceAsLong, newOffer.getTriggerPrice());
+    }
+
+    public static void main(String[] args) {
+        // TODO DELETE ME

Looks like this should be deleted if I'm to trust the comments...

-- 
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/5577#pullrequestreview-703571217
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210711/25c7dc4c/attachment.htm>


More information about the bisq-github mailing list