delete 'global.inDev', use 'global.envar.inDev' instead.

This commit is contained in:
陆柯 2022-08-25 15:17:31 +08:00
parent a5b0e68efc
commit 4e8730e989

View File

@ -552,6 +552,7 @@ class TicCrypto {
* @param {Object} option * @param {Object} option
* @return {Object} * @return {Object}
* @memberof TicCrypto * @memberof TicCrypto
* 只要提供了 path pathRoot就创建 bip39 账户如果都不存在那就创建主账户
*/ */
static secword_to_account ({ secword, coin, world, pass, pathRoot, pathIndex, path, tool, hasher } = {}) { static secword_to_account ({ secword, coin, world, pass, pathRoot, pathIndex, path, tool, hasher } = {}) {
// account 比 keypair 多了 address 字段。 // account 比 keypair 多了 address 字段。