Some wording

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Deirdre Connolly 2020-08-12 12:31:15 -04:00 committed by GitHub
parent bcd1e282d2
commit 626aee93ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ Wallet state and transaction reordering
Transactions are saved in the database ``tx`` key as they arrive, this means transactions have a sequence. The set of all transactions from the begging to a specified timestamp is the wallet state at that instant. Wallet state is important among other things to get current balance for a wallet or address.
In the blockchain, transaction can change(orphan blocks, others), wallet code will handle this by updating the transactions in the memory database. New state need to be reflected in the disk database, this is done in zcashd by the flag ``fAnyUnordered`` where if true at start time will launch a rescan over all transactions again.
In the blockchain, transactions can be invalidated by rollbacks; wallet code will handle this by updating the transactions in the memory database. New state needs to be reflected in the disk database, this is done in zcashd by the flag ``fAnyUnordered`` where if true at start time, will launch a rescan over all transactions again.
Wallet Recovery
^^^^^^^^^^^^^^^