Skip to content

Commit 671688d

Browse files
stolabwackerow
andauthored
Update public/content/developers/docs/transactions/index.md
Co-authored-by: Paul Wackerow <[email protected]>
1 parent f678758 commit 671688d

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/transactions

1 file changed

+1
-1
lines changed

public/content/developers/docs/transactions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Any gas not used in a transaction is refunded to the user account.
168168

169169
### Smart contract interactions {#smart-contract-interactions}
170170

171-
Gas is required for any transaction that alters the state of a smart contract.
171+
Gas is required for any transaction that involves a smart contract.
172172

173173
Therefore, calling a [`view`](https://docs.soliditylang.org/en/latest/contracts.html#view-functions) or [`pure`](https://docs.soliditylang.org/en/latest/contracts.html#pure-functions) function from an EOA will not require any gas. The underlying RPC call for this scenario is [`eth_call`](/developers/docs/apis/json-rpc#eth_call)
174174

0 commit comments

Comments
 (0)