Skip to content

Commit 3450a4d

Browse files
committed
go
1 parent a89d24b commit 3450a4d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pages/express-relay/websocket-api-reference.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,10 @@ Refer to the examples below, one for each of the status options in EVM and SVM:
256256
</Tabs.Tab>
257257
<Tabs.Tab>
258258
```json
259-
// lost
259+
// lost
260260
// The bid lost the auction.
261-
// The result will be None if the auction had no winner (because all bids were found to be invalid).
262-
// The result will be Some if this bid lost to another bid.
263-
// The signature of the transaction for the submitted bid is the result value.
261+
// This bid status will have a result field containing the signature of the transaction corresponding to the winning bid,
262+
// unless the auction had no winner (because all bids were found to be invalid).
264263
{
265264
"type": "bid_status_update",
266265
"status": {

0 commit comments

Comments
 (0)