Skip to content

Commit 455cd83

Browse files
authored
Fix getFeeRefundTotalsByRecipient API docs (#608)
1 parent ec6f97b commit 455cd83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/flashbots-auction/advanced/rpc-endpoint.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -848,9 +848,7 @@ The `flashbots_getFeeRefundTotalsByRecipient` JSON-RPC method returns the total
848848
"id": 1,
849849
"method": "flashbots_getFeeRefundTotalsByRecipient",
850850
"params": [
851-
{
852-
recipient, // String, the address to query for fee refunds
853-
}
851+
recipient, // String, the address to query for fee refunds
854852
]
855853
}
856854
```

0 commit comments

Comments
 (0)