Skip to content

Commit

Permalink
fix proto doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Jan 24, 2024
1 parent 601f14b commit a0f7cc3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39705,7 +39705,7 @@ paths:
type: string
format: uint64
title: >-
volume is the number of tokens of the marker that were
volume is the number of tokens of that the scope was
purchased for the price
updated_block_height:
type: string
Expand Down Expand Up @@ -85892,8 +85892,8 @@ definitions:
type: string
format: uint64
title: >-
volume is the number of tokens of the marker that were purchased for
the price
volume is the number of tokens of that the scope was purchased for the
price
updated_block_height:
type: string
format: uint64
Expand Down Expand Up @@ -86743,7 +86743,7 @@ definitions:
type: string
format: uint64
title: >-
volume is the number of tokens of the marker that were purchased
volume is the number of tokens of that the scope was purchased
for the price
updated_block_height:
type: string
Expand Down
2 changes: 1 addition & 1 deletion docs/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5895,7 +5895,7 @@ NetAssetValue defines a scope's net asset value
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `price` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | price is the complete value of the asset's volume |
| `volume` | [uint64](#uint64) | | volume is the number of tokens of the marker that were purchased for the price |
| `volume` | [uint64](#uint64) | | volume is the number of tokens of that the scope was purchased for the price |
| `updated_block_height` | [uint64](#uint64) | | updated_block_height is the block height of last update |


Expand Down
2 changes: 1 addition & 1 deletion proto/provenance/metadata/v1/scope.proto
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ message AuditFields {
message NetAssetValue {
// price is the complete value of the asset's volume
cosmos.base.v1beta1.Coin price = 1 [(gogoproto.nullable) = false];
// volume is the number of tokens of the marker that were purchased for the price
// volume is the number of tokens of that the scope was purchased for the price
uint64 volume = 2;
// updated_block_height is the block height of last update
uint64 updated_block_height = 3;
Expand Down
2 changes: 1 addition & 1 deletion x/metadata/types/scope.pb.go

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

0 comments on commit a0f7cc3

Please sign in to comment.