Skip to content

Commit

Permalink
ref: expose private-ish utils for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Jul 20, 2023
1 parent 9d4fa0e commit 7be2983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dashhd.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ var DashHd = ("object" === typeof module && exports) || {};
let XKEY_SIZE = 74;
let XKEY_DEPTH = 4; // m/44'/5'/0'/<0>[/0]

DashHd._utils = Utils;

// Bitcoin defaults hard-coded by default.
// Use package `coininfo` for others.
DashHd.MAINNET = { private: 0x0488ade4, public: 0x0488b21e };
Expand Down

0 comments on commit 7be2983

Please sign in to comment.