Skip to content

Commit a983877

Browse files
authored
Merge pull request #1564 from dwertent/issue-1455
Fixing protocol ID docs
2 parents 34e7e7b + ee42669 commit a983877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc-site/docs/reference/types/_includes/blockchainevent_description.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ the blockchain plugins to try and create some consistency.
2525
An example `protocolId` string is: `000000000041/000020/000003`
2626

2727
- `000000000041` - this is the block number
28-
- `000020` - this is the transaction index within that block
29-
- `000003` - this is the event (/log) index within that transaction
28+
- `000020` - this is the **transaction** index within that **block**
29+
- `000003` - this is the **event (/log)** index within that **block**
3030

3131
The string is alphanumerically sortable as a plain string;
3232

0 commit comments

Comments
 (0)