From c3d8c6c3771ce2ec6d51a9a74c1f5bff3845eaa4 Mon Sep 17 00:00:00 2001 From: Bucko Date: Wed, 16 Aug 2017 16:47:19 -0700 Subject: [PATCH] add param for mnemonic in documentation for wallet creation options --- lib/wallet/wallet.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/wallet/wallet.js b/lib/wallet/wallet.js index 5a506311..06daedcd 100644 --- a/lib/wallet/wallet.js +++ b/lib/wallet/wallet.js @@ -57,6 +57,8 @@ const Mnemonic = HD.Mnemonic; * @param {Number?} options.m - `m` value for multisig. * @param {Number?} options.n - `n` value for multisig. * @param {String?} options.id - Wallet ID (used for storage) + * @param {String?} options.mnemonic - mnemonic phrase to use to instantiate an + * hd private key for wallet * (default=account key "address"). */