[bisq-network/bisq] List Navcoin (NAV) (#2527)

Bernard Labno notifications at github.com
Mon Mar 11 11:14:25 UTC 2019


blabno commented on this pull request.



> + * 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 Navcoin extends Coin {
+    public Navcoin() {
+        super("Navcoin", "NAV", new Base58BitcoinAddressValidator(new NavcoinMainNetParams()), Network.MAINNET);

just squash the commits into a single one

-- 
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/2527#discussion_r264185441
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190311/28481fbf/attachment.html>


More information about the bisq-github mailing list