Skip to content

Commit

Permalink
Merge pull request #1564 from dwertent/issue-1455
Browse files Browse the repository at this point in the history
Fixing protocol ID docs
  • Loading branch information
EnriqueL8 committed Aug 28, 2024
2 parents 34e7e7b + ee42669 commit a983877
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ the blockchain plugins to try and create some consistency.
An example `protocolId` string is: `000000000041/000020/000003`

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

The string is alphanumerically sortable as a plain string;

Expand Down

0 comments on commit a983877

Please sign in to comment.