<p><b>@sqrrm</b> approved this pull request.</p>

<p>utACK</p>
<p>Some comments on parts that might need more documentation but please go ahead and merge.</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/1751#discussion_r224920848">core/src/main/java/bisq/core/dao/node/full/network/FullNodeNetworkService.java</a>:</p>
<pre style='color:#555'>> @@ -173,6 +189,24 @@ public void onFault(String errorMessage, @Nullable Connection connection) {
             } else {
                 log.warn("We have stopped already. We ignore that onMessage call.");
             }
+        } else if (networkEnvelope instanceof RepublishBlindVotesRequest) {
+            ObservableList<BlindVotePayload> appendOnlyStoreList = blindVoteListService.getAppendOnlyStoreList();
+            appendOnlyStoreList
+                    .forEach(blindVotePayload -> {
+                        // We want a random delay between 0.1 and 30 sec. depending on the number of items
</pre>
<p>What's the reason to depend on the number of items?</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/1751#discussion_r224926964">core/src/main/java/bisq/core/provider/fee/FeeService.java</a>:</p>
<pre style='color:#555'>>  
-    // 0.05 BSQ (5 satoshi) for a 1 BTC trade -> 0.005%. 0.05 USD if 1 BSQ = 1 USD, 10 % of BTC fee
-    private static final long MIN_MAKER_FEE_BSQ = 5;
-    private static final long MIN_TAKER_FEE_BSQ = 5;
-    // 2 BSQ or 200 BSQ-satoshi. About 2 USD if 1 BSQ = 1 USD for a 1 BTC trade which is about 10% of a normal BTC fee.
-    private static final long DEFAULT_TAKER_FEE_BSQ = 200;
-    private static final long DEFAULT_MAKER_FEE_BSQ = 200;
+    public static Coin getMakerFeePerBtc(boolean currencyForFeeIsBtc) {
</pre>
<p>This is a bit confusing. Probably better to have separate methods for the two coins. If necessary to have just one method it should be clear what the Coin returned might be.</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/1751#pullrequestreview-164416348">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtsxSGYBtXrTN1KkdgTp1C8caleTLks5ukRPqgaJpZM4XJuJX">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtmDo8rZs5ELo8-L0Ex5JKoE6GgaQks5ukRPqgaJpZM4XJuJX.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq","title":"bisq-network/bisq","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq"}},"updates":{"snippets":[{"icon":"PERSON","message":"@sqrrm approved #1751"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq/pull/1751#pullrequestreview-164416348"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/1751#pullrequestreview-164416348",
"url": "https://github.com/bisq-network/bisq/pull/1751#pullrequestreview-164416348",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@sqrrm approved 1751",
"sections": [
{
"text": "utACK\r\n\r\nSome comments on parts that might need more documentation but please go ahead and merge.",
"activityTitle": "**sqrrm**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@sqrrm",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/pull/1751#pullrequestreview-164416348"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 388424279\n}"
}
],
"themeColor": "26292E"
}
]</script>