We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4fa0e commit 7be2983Copy full SHA for 7be2983
dashhd.js
@@ -269,6 +269,8 @@ var DashHd = ("object" === typeof module && exports) || {};
269
let XKEY_SIZE = 74;
270
let XKEY_DEPTH = 4; // m/44'/5'/0'/<0>[/0]
271
272
+ DashHd._utils = Utils;
273
+
274
// Bitcoin defaults hard-coded by default.
275
// Use package `coininfo` for others.
276
DashHd.MAINNET = { private: 0x0488ade4, public: 0x0488b21e };
0 commit comments