Merge pull request #172 from carsenk/master

Add Denarius (DNR) Support
This commit is contained in:
iancoleman
2018-03-12 11:21:17 +11:00
committed by GitHub
4 changed files with 45 additions and 0 deletions

View File

@@ -1550,6 +1550,14 @@
setHdCoin(1);
},
},
{
name: "DNR - Denarius",
segwitAvailable: false,
onSelect: function() {
network = bitcoinjs.bitcoin.networks.denarius;
setHdCoin(0);
},
},
{
name: "DOGE - Dogecoin",
segwitAvailable: false,