Skip to content

Commit bae58e0

Browse files
authored
Update status-api.md (#627)
* Update status-api.md added blurb for tee searching being exception to privacy rule for failed tx * Update status-api.md without signature
1 parent c68de10 commit bae58e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flashbots-protect/additional-documentation/status-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Below is a table of status codes that can be returned:
4949

5050
## Privacy
5151

52-
The `transaction` fields are disclosed only for transactions with an `INCLUDED` status to maintain privacy for trades that are pending, failed, or cancelled. These fields will remain empty for transactions with `PENDING`, `FAILED`, `UNKNOWN`, or `CANCELLED` statuses.
52+
The `transaction` fields are disclosed only for transactions with an `INCLUDED` status to maintain privacy for trades that are pending, failed, or cancelled. These fields will remain empty for transactions with `PENDING`, `FAILED`, `UNKNOWN`, or `CANCELLED` statuses. Protect fast mode transactions are an exception to this rule as TEE searchers will receive all fields (without signature) for all transactions, including reverted or failed transactions, with a 5 minute delay for troubleshooting and debugging purposes.
5353

5454
For instance, once a transaction is included, the JSON response will be populated with data for all fields:
5555

0 commit comments

Comments
 (0)