Skip to content

Commit 497c216

Browse files
committed
[FAB-6325] Fix code comment in kv_rwset.proto
This CR fixes a small comment in one of the proto files. Change-Id: I7511f6aef9e1d57eb3610816ac0d058b0e2f4bbc Signed-off-by: manish <manish.sethi@gmail.com>
1 parent 5b38cbc commit 497c216

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

protos/ledger/rwset/kvrwset/kv_rwset.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/ledger/rwset/kvrwset/kv_rwset.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ message KVWriteHash {
6666

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

0 commit comments

Comments
 (0)