From 79ce53a850b5c155ac363453bf4e98c2859f8382 Mon Sep 17 00:00:00 2001 From: wzl <63525530+wzl521@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:54:27 +0800 Subject: [PATCH] Update rpc-differences.mdx (#138) JSON-RPC --- docs/concepts/rpc-differences.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/rpc-differences.mdx b/docs/concepts/rpc-differences.mdx index dc4cf8d7..4b191791 100644 --- a/docs/concepts/rpc-differences.mdx +++ b/docs/concepts/rpc-differences.mdx @@ -5,7 +5,7 @@ description: All the relevant information you need to interact with Rigil # RPC Key Differences -In order to keep some data in transactions confidential, SUAVE JSON-RPC extends the usual Ethereum JSOPN-RPC methods. Some methods in the `eth_` namespace are overloaded to support confidential compute requests. +In order to keep some data in transactions confidential, SUAVE JSON-RPC extends the usual Ethereum JSON-RPC methods. Some methods in the `eth_` namespace are overloaded to support confidential compute requests. 1. **eth_sendRawTransaction**