From 1380f9e88762e8f235cfc7a1c9362430ab2b2632 Mon Sep 17 00:00:00 2001 From: sketsdever Date: Fri, 21 Mar 2025 18:34:42 +0100 Subject: [PATCH] Fix getFeeRefundTotalsByRecipient API docs --- docs/flashbots-auction/advanced/rpc-endpoint.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/flashbots-auction/advanced/rpc-endpoint.mdx b/docs/flashbots-auction/advanced/rpc-endpoint.mdx index 87c6728f..9bf31395 100644 --- a/docs/flashbots-auction/advanced/rpc-endpoint.mdx +++ b/docs/flashbots-auction/advanced/rpc-endpoint.mdx @@ -848,9 +848,7 @@ The `flashbots_getFeeRefundTotalsByRecipient` JSON-RPC method returns the total "id": 1, "method": "flashbots_getFeeRefundTotalsByRecipient", "params": [ - { - recipient, // String, the address to query for fee refunds - } + recipient, // String, the address to query for fee refunds ] } ```