I'm recently started to learn how to developing smart contract using solidity in Remix IDE.
I'm using Remix VM (London) environment.
My question is, how can transaction costs and execution costs be the same in all transactions?
I know that transaction cost is the cost of putting data on the blockchain, and execution cost is the cost of executing it.
I'd appreciate your help. Thanks.