Skip to content

Commit

Permalink
Use more specific word in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Aug 2, 2022
1 parent e8f1994 commit 27eb67c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/core/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14159,8 +14159,8 @@ Since: 0.46.0 (finschia)
| ----- | ---- | ----- | ----------- |
| `contract_id` | [string](#string) | | contract id associated with the contract. |
| `token_id` | [string](#string) | | token id associated with the token. |
| `from` | [string](#string) | | id of the previous root before the change. |
| `to` | [string](#string) | | id of the new root. |
| `from` | [string](#string) | | token id of the previous root before the change. |
| `to` | [string](#string) | | token id of the new root. |



Expand Down
4 changes: 2 additions & 2 deletions proto/lbm/collection/v1/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ message EventRootChanged {
string contract_id = 1;
// token id associated with the token.
string token_id = 2;
// id of the previous root before the change.
// token id of the previous root before the change.
string from = 3;
// id of the new root.
// token id of the new root.
string to = 4;
}
4 changes: 2 additions & 2 deletions x/collection/event.pb.go

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

0 comments on commit 27eb67c

Please sign in to comment.