Update docs/architecture/adr-034-account-rekeying.md

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
This commit is contained in:
Sunny Aggarwal 2020-11-23 15:30:25 -05:00 committed by GitHub
parent 53108e7637
commit 20617d0db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Because an account can no longer be pruned from state once its pubkey has change
Breaks the current assumed relationship between address and pubkeys as H(pubkey) = address. This has a couple of consequences.
* We cannot prune accounts with 0 balance that have had their pubkey changed (we currently do not currently do this anyways, but the reason we have account numbers is presumably for this purpose).
* We cannot prune accounts with 0 balance that have had their pubkey changed. Currently, we do not prune accounts anyways, but the reason we have account numbers is presumably for this purpose.
* This makes wallets that support this feature more complicated. For example, if an address on chain was updated, the corresponding key in the CLI wallet also needs to be updated.
### Neutral