Skip to content

Commit

Permalink
Merge pull request #13 from UdjinM6/dash
Browse files Browse the repository at this point in the history
update Dash info
  • Loading branch information
jprichardson committed Jan 7, 2016
2 parents 0915fff + d32be48 commit 46a4bbd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/coins/dash.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ var main = util.assign({
public: 0x02FE52F8
},
bip44: 5,
private: 204,
public: 76,
scripthash: 16
private: 0xcc,
public: 0x4c,
scripthash: 0x10
}
}, common)

Expand All @@ -51,13 +51,13 @@ var test = util.assign({
],
versions: {
bip32: {
private: 0x04358394,
public: 0x043587cf
private: 0x3a805837,
public: 0x3a8061a0
},
bip44: 1,
private: 0x3a8058037,
public: 0x3a8061a0,
scripthash: 0xc4
private: 0xef,
public: 0x8b,
scripthash: 0x13
}
}, common)

Expand Down

0 comments on commit 46a4bbd

Please sign in to comment.