Skip to content

Commit

Permalink
[Dashd correction] Added Dashd parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
weoka committed Nov 7, 2021
1 parent ce78dd3 commit 7de0cac
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions flits-extract.html
Original file line number Diff line number Diff line change
Expand Up @@ -21180,8 +21180,16 @@ <h3>Instructions</h3>
scriptHash: 0x10,
wif: 0xCC
};


libs.bitcoin.networks.dashd = {
messagePrefix: 'unused',
bip32: {
public: 0x022D2573,
private: 0x0221312B
},
pubKeyHash: 0x1E,
scriptHash: 0x53,
wif: 0x7D
};
libs.bitcoin.networks.crown = {
messagePrefix: 'unused',
bip32: {
Expand Down Expand Up @@ -31233,6 +31241,13 @@ <h3>Instructions</h3>
setHdCoin(5);
},
},
{
name: "DASHD — Dash Diamond",
onSelect: function() {
network = libs.bitcoin.networks.dashd;
setHdCoin(429);
},
},
{
name: "DEV - Deviant",
onSelect: function() {
Expand Down Expand Up @@ -31688,13 +31703,6 @@ <h3>Instructions</h3>
setHdCoin(488);
},
},
{
name: "DASHD — Dash Diamond",
onSelect: function() {
network = libs.bitcoin.networks.dashd;
setHdCoin(429);
},
},
{
name: "XSN - Stakenet",
onSelect: function() {
Expand Down

0 comments on commit 7de0cac

Please sign in to comment.