From 19dd121a65a42345c63115931db869f91a03b25f Mon Sep 17 00:00:00 2001 From: BLLCrypto <98482967+BLLCrypto@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:04:12 -0300 Subject: [PATCH] Update rpc-endpoint.mdx If you actually run the example code its doesn't work, you need to use "hash" instead of "transaction_hash" if you wanna hint it --- docs/flashbots-auction/advanced/rpc-endpoint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flashbots-auction/advanced/rpc-endpoint.mdx b/docs/flashbots-auction/advanced/rpc-endpoint.mdx index 09f15a1c..78ab1a37 100644 --- a/docs/flashbots-auction/advanced/rpc-endpoint.mdx +++ b/docs/flashbots-auction/advanced/rpc-endpoint.mdx @@ -378,7 +378,7 @@ example request: "preferences": { "fast": true, "privacy": { - "hints": ["calldata", "transaction_hash"], + "hints": ["calldata", "hash"], "builders": ["default"] }, "validity": {