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 ] } ```