From 20617d0db4dedc0d77cbf774cacda0693430d7c8 Mon Sep 17 00:00:00 2001 From: Sunny Aggarwal Date: Mon, 23 Nov 2020 15:30:25 -0500 Subject: [PATCH] Update docs/architecture/adr-034-account-rekeying.md Co-authored-by: Robert Zaremba --- docs/architecture/adr-034-account-rekeying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-034-account-rekeying.md b/docs/architecture/adr-034-account-rekeying.md index f51ab46728..28e67e97fc 100644 --- a/docs/architecture/adr-034-account-rekeying.md +++ b/docs/architecture/adr-034-account-rekeying.md @@ -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