-
Hello guys, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The transaction interacts with a contract, which in turn executed other operations. It isn’t executing a bunch of transactions. The use of the term “internal transaction” is poorly named and should probably just be called a “call” or “calls”. The transaction called a contract, which in turn made many calls to other contracts. That’s just a feature of how contracts work. :) |
Beta Was this translation helpful? Give feedback.
The transaction interacts with a contract, which in turn executed other operations.
It isn’t executing a bunch of transactions. The use of the term “internal transaction” is poorly named and should probably just be called a “call” or “calls”.
The transaction called a contract, which in turn made many calls to other contracts. That’s just a feature of how contracts work. :)