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

<p>Some TODOs to look at, but overall the PR looks good.</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5577#discussion_r667458066">apitest/src/test/java/bisq/apitest/method/offer/CreateOfferUsingMarketPriceMarginTest.java</a>:</p>
<pre style='color:#555'>> +                "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
</pre>
<p>Looks like this should be deleted if I'm to trust the comments...</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/5577#pullrequestreview-703571217">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNT3X4ZC7THFRSOS73LTXF5XRANCNFSM467GN7PA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNW7E6C5BGCENUDOXETTXF5XRA5CNFSM467GN7PKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOFHX2KEI.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/5577#pullrequestreview-703571217",
"url": "https://github.com/bisq-network/bisq/pull/5577#pullrequestreview-703571217",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>