Electrum.js specified what is supported for now

This commit is contained in:
olalonde 2014-04-21 03:53:54 +08:00
parent c818b549c6
commit 7466d916f1
1 changed files with 3 additions and 0 deletions

View File

@ -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) {