Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK调用创建账户时,并没有如CLI命令一样限制至少有1个大小写,长度为6~20个字符 #9

Open
duncanwang opened this issue Jan 24, 2019 · 0 comments

Comments

@duncanwang
Copy link

let account = 'testaccount'
let password = 'testpassword'
let keystore = null
let publicKey = keys.publicKey

function createAccount(){
console.log("createAccount")
let params = {
account:account,
password:password,
publicKey:publicKey
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant