From 7466d916f1b6ed8d1d29c01ddb4ad7619610aa98 Mon Sep 17 00:00:00 2001 From: olalonde Date: Mon, 21 Apr 2014 03:53:54 +0800 Subject: [PATCH] Electrum.js specified what is supported for now --- lib/Electrum.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Electrum.js b/lib/Electrum.js index 58822a278..e108690ee 100644 --- a/lib/Electrum.js +++ b/lib/Electrum.js @@ -7,6 +7,9 @@ var Key = require('./Key'), /** * 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 */ function Electrum (master_public_key) {