Skip to content

Commit

Permalink
Fixed grammar in ledger-sync design document
Browse files Browse the repository at this point in the history
loose -> lose
  • Loading branch information
amolpednekar committed Nov 19, 2018
1 parent 6643a3c commit b10e214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bn-apps/ledger-sync/design/design.md
Expand Up @@ -89,7 +89,7 @@ Some considerations:

* Confidential keypairs would require a separate recovery mechanism.
* It's impossible to recover self-issued, not transacted or transacted only with yourself `OwnableStates`, as they would exist in the vault of the owner only.
* In a highly unlikely event, if *all* transaction participants loose some transaction data from their vaults, this transaction would become unrecoverable.
* In a highly unlikely event, if *all* transaction participants lose some transaction data from their vaults, this transaction would become unrecoverable.
* Transaction will be unrecoverable if it has been performed with the parties which don't exist anymore.
* Data recovery might potentially take a long time, in the case if the ledger is big or if some of the nodes are unreachable.
* Flow checkpoints can't be recovered, as they are not shared with the counterparts. In the case of disaster all in-progress flows would be lost. Note: this is not a consensus issue as flows are used to collaboratively create transactions ready for signing. So the loss of a flow can not lead to loss of ledger consensus between parties.
Expand Down

0 comments on commit b10e214

Please sign in to comment.