itns-sidechain/lib/hd/index.js
Christopher Jeffrey a03fcd1a23
pkg: rename to hsd.
2018-08-01 20:00:09 -07:00

9 lines
194 B
JavaScript

/*!
* hd/index.js - hd keys for hsd
* Copyright (c) 2017-2018, Christopher Jeffrey (MIT License).
* https://github.com/handshake-org/hsd
*/
'use strict';
module.exports = require('./hd');