delete 'global.inDev', use 'global.envar.inDev' instead.
This commit is contained in:
parent
a5b0e68efc
commit
4e8730e989
1
ticc.js
1
ticc.js
@ -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 字段。
|
||||||
|
Loading…
Reference in New Issue
Block a user