<p><b>@blabno</b> requested changes on this pull request.</p>

<p>NACK per comments.</p>
<p>Apart from that code looks good.</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/2901#discussion_r301439976">assets/src/main/java/bisq/asset/coins/Vertcoin.java</a>:</p>
<pre style='color:#555'>> + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+package bisq.asset.coins;
+
+import bisq.asset.Base58BitcoinAddressValidator;
+import bisq.asset.Coin;
+import bisq.asset.NetworkParametersAdapter;
+
+public class Vertcoin extends Coin {
+    public Vertcoin() {
+        super("Vertcoin", "VTC", new Base58BitcoinAddressValidator(new VertcoinMainNetParams()), Network.MAINNET);
</pre>
<p><code>Network.MAINNET</code> is default so remove it.</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/2901?email_source=notifications&email_token=AJFFTNSZXND2NSCRX67GIADP6Q7E3A5CNFSM4HZE5MD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB52O6HI#pullrequestreview-259321629">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWR5DMFCT3GNZBI6BTP6Q7E3ANCNFSM4HZE5MDQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNVHTGTWLFBG5TZ2N3TP6Q7E3A5CNFSM4HZE5MD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB52O6HI.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/2901?email_source=notifications\u0026email_token=AJFFTNSZXND2NSCRX67GIADP6Q7E3A5CNFSM4HZE5MD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB52O6HI#pullrequestreview-259321629",
"url": "https://github.com/bisq-network/bisq/pull/2901?email_source=notifications\u0026email_token=AJFFTNSZXND2NSCRX67GIADP6Q7E3A5CNFSM4HZE5MD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB52O6HI#pullrequestreview-259321629",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>