bitshares / bitshares1-core

Software to run the old chain (before 2015-10-13). Code for current chain is https://github.com/bitshares/bitshares-core
https://bitshares.org/
The Unlicense
219 stars 174 forks source link

wallet_account_update_active_key fails with "unable to parse new active key" if key is given as argument #1539

Closed xeroc closed 9 years ago

xeroc commented 9 years ago
default (unlocked) >>> wallet_account_update_active_key xxxxxxxxxxxx xxxxxxxxxxxx BTS5DCxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
10 assert_exception: Assert Exception
new_private_key.valid(): Unable to parse new active key.
abitmore commented 9 years ago

Looks like the parameter should be a private key, but BTS5DCxxxxxxxxxx is a public key?

xeroc commented 9 years ago

dang .. you are write .. though it could be an address but the help indeed states it requires a wif..

sorry for the interrupt closing