[bisq-network/bisq] List Vertcoin (VTC) (#2901)

Bernard Labno notifications at github.com
Tue Jul 9 07:48:29 UTC 2019


blabno requested changes on this pull request.

NACK per comments.

Apart from that code looks good.

> + * 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);

`Network.MAINNET` is default so remove it.

-- 
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/2901#pullrequestreview-259321629
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190709/b3b4479d/attachment.html>


More information about the bisq-github mailing list