Skip to content

Commit 9928bef

Browse files
Update multicall.md
1 parent e8de015 commit 9928bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart-contracts/advanced/multicall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ The handling of `msg.value` in multicalls requires caution. Since `msg.value` do
126126

127127
# Hints
128128

129-
Lotus RPC API supports Ethereum batch transactions. The key difference between `multicall` and batch transactions is that `multicall` aggregates multiple RPC requests into a single call, while batch transactions are simply an array of transactions executed sequentially but sent in one request. For more details, please refer to the [Ethereum documentation](https://geth.ethereum.org/docs/interacting-with-geth/rpc/batch).
129+
Lotus FEVM RPC supports Ethereum batch transactions. The key difference between `multicall` and batch transactions is that `multicall` aggregates multiple RPC requests into a single call, while batch transactions are simply an array of transactions executed sequentially but sent in one request. For more details, please refer to the [Ethereum documentation](https://geth.ethereum.org/docs/interacting-with-geth/rpc/batch).
130130

0 commit comments

Comments
 (0)