Skip to content

Commit

Permalink
FAB-16573 Ledger consistency is across channel
Browse files Browse the repository at this point in the history
Signed-off-by: Paritosh Ranjan <[email protected]>
Change-Id: I16c03f46391c9804489262f538c08e1922ec8276
Signed-off-by: Jason Yellick <[email protected]>
  • Loading branch information
paranjan authored and Jason Yellick committed Nov 11, 2019
1 parent 7b3fafc commit 94ab790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/peers/peers.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ ledger when the proposed update was generated. This may not always be possible,
even when the transaction has been fully endorsed. For example, another
transaction may have updated the same asset in the ledger such that the
transaction update is no longer valid and therefore can no longer be applied. In
this way each peer's copy of the ledger is kept consistent across the network
because they each follow the same rules for validation.
this way, the ledger is kept consistent across each peer in the channel because
they each follow the same rules for validation.

After a peer has successfully validated each individual transaction, it updates
the ledger. Failed transactions are not applied to the ledger, but they are
Expand Down

0 comments on commit 94ab790

Please sign in to comment.