docs: fix typo in EVM tracing (#22769)

This commit is contained in:
Vegard Stikbakke
2021-04-29 13:38:04 +02:00
committed by GitHub
parent d540c89d29
commit dea3503031

View File

@ -9,7 +9,7 @@ transaction is a contract account with associated EVM (Ethereum Virtual Machine)
bytecode - beside transferring any Ether - the code will also be executed as part of the bytecode - beside transferring any Ether - the code will also be executed as part of the
transaction. transaction.
Having code associated with Ethereum accounts permits transactions to do arbitrarilly Having code associated with Ethereum accounts permits transactions to do arbitrarily
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 hundreds of ecosystem of contracts, where a single transaction can interact with tens or hundreds of