docs: fix typo in EVM tracing (#22744)
This commit is contained in:
@ -12,7 +12,7 @@ transaction.
|
|||||||
Having code associated with Ethereum accounts permits transactions to do arbitrarilly
|
Having code associated with Ethereum accounts permits transactions to do arbitrarilly
|
||||||
complex data storage and enables them to act on the previously stored data by further
|
complex data storage and enables them to act on the previously stored data by further
|
||||||
transacting internally with outside accounts and contracts. This creates an intertwined
|
transacting internally with outside accounts and contracts. This creates an intertwined
|
||||||
ecosystem of contracts, where a single transaction can interact with tens or hunderds of
|
ecosystem of contracts, where a single transaction can interact with tens or hundreds of
|
||||||
accounts.
|
accounts.
|
||||||
|
|
||||||
The downside of contract execution is that it is very hard to say what a transaction
|
The downside of contract execution is that it is very hard to say what a transaction
|
||||||
|
Reference in New Issue
Block a user