Browse Source

Electrum.js specified what is supported for now

patch-2
olalonde 11 years ago
parent
commit
7466d916f1
  1. 3
      lib/Electrum.js

3
lib/Electrum.js

@ -7,6 +7,9 @@ var Key = require('./Key'),
/** /**
* Pre-BIP32 Electrum public key derivation (electrum <2.0) * Pre-BIP32 Electrum public key derivation (electrum <2.0)
* *
* For now, this class can only understands master public keys.
* It doesn't support derivation from a private master key (TODO).
*
* @example examples/ElectrumMPK.js * @example examples/ElectrumMPK.js
*/ */
function Electrum (master_public_key) { function Electrum (master_public_key) {

Loading…
Cancel
Save