Merge pull request #422 from cryply/master

adding CRP support
This commit is contained in:
iancoleman
2020-05-11 09:16:11 +10:00
committed by GitHub
3 changed files with 49 additions and 0 deletions

View File

@@ -2331,6 +2331,14 @@
setHdCoin(186);
},
},
{
name: "CRP - CranePay",
onSelect: function() {
network = libs.bitcoin.networks.cranepay;
setHdCoin(2304);
},
},
{
name: "CRW - Crown (Legacy)",
onSelect: function() {