Skip to content

Commit

Permalink
Update view.proto
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Evtush <[email protected]>
  • Loading branch information
maximevtush authored Feb 18, 2025
1 parent fbb124d commit b5435b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/penumbra/penumbra/view/v1/view.proto
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ message AuctionsResponse {
// service_. Note that the local view service may lag behind the fullnode. For
// example, if the chain hits an auction's `end_height`, but the user hasn't
// yet exchanged their sequence-0 (opened) auction NFT for a sequence-1
// (closed) auction NFT, the local view service will have a sequnce number of
// (closed) auction NFT, the local view service will have a sequence number of
// 0.
//
// Dutch auctions move from:
Expand Down Expand Up @@ -817,4 +817,4 @@ message LatestSwapsResponse {
uint64 block_height = 4;
// The hash of the transaction that was broadcast.
core.txhash.v1.TransactionId id = 5;
}
}

0 comments on commit b5435b2

Please sign in to comment.