Skip to content

Commit

Permalink
[FAB-6325] Fix code comment in kv_rwset.proto
Browse files Browse the repository at this point in the history
This CR fixes a small comment in one of the proto files.

Change-Id: I7511f6aef9e1d57eb3610816ac0d058b0e2f4bbc
Signed-off-by: manish <manish.sethi@gmail.com>
  • Loading branch information
manish-sethi committed Oct 18, 2017
1 parent 5b38cbc commit 497c216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions protos/ledger/rwset/kvrwset/kv_rwset.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions protos/ledger/rwset/kvrwset/kv_rwset.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ message KVWriteHash {

// Version encapsulates the version of a Key
// A version of a committed key is maintained as the height of the transaction that committed the key.
// The height is represenetd as a tuple <blockNum, txNum> where the txNum is the height of the transaction
// (starting with 1) within block
// The height is represenetd as a tuple <blockNum, txNum> where the txNum is the position of the transaction
// (starting with 0) within block
message Version {
uint64 block_num = 1;
uint64 tx_num = 2;
Expand Down

0 comments on commit 497c216

Please sign in to comment.