Skip to content

Commit

Permalink
Update docs/flashbots-protect/nonce-management.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanschneider committed Sep 13, 2024
1 parent bb02d11 commit e99813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flashbots-protect/nonce-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This is done by sending a JSON-RPC request to the Flashbots Protect RPC endpoint
}
```

The request is signed and the signature is included in the `X-Flashbots-Signature` header. Without such a signature, the returned nonce will only include transactions sent to the public mempool.
The request is then signed and the signature is included in the `X-Flashbots-Signature` header. Without such a signature, the returned nonce will only include transactions sent to the public mempool.

### Authentication

Expand Down

0 comments on commit e99813f

Please sign in to comment.