nano-wallet-company / nano-wallet-desktop

An ambitious Nano wallet for desktop and web.
https://nanowalletcompany.com
BSD 2-Clause "Simplified" License
36 stars 24 forks source link

Update representative change function to include existing accounts #90

Closed zhyatt closed 5 years ago

zhyatt commented 5 years ago

Currently when attempting to change the representative for the wallet it only sets the representative for future accounts created but doesn't update existing accounts.

With V18 of the node the "update_existing_accounts" option for RPC wallet_representative_set will allow this to happen if used in the wallet: https://github.com/nanocurrency/nano-node/pull/1531