zack-bitcoin/amoveo

change_password does not change the password

Closed this issue · 3 comments

On a new node:

`> keys:lock().
ok

keys:status().
locked
keys:unlock("").
ok
keys:status().
unlocked
keys:change_password("", "foobar").
keys diedok
start keys
keys:status().
locked
keys:unlock("").
ok
keys:status().
unlocked

`

The default password still unlocks the keys. I'd expect change_password to change the password to "foobar" in this case. No error is indicated.

"keys died" is the error message.
Thank you for sharing this error. We will take care of it soon.

Sykh commented

This is fixed afaik.

Yes. Thanks for mentioning.