Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consortium-v2: increase the nonce of sender before transaction execution
Currently, in system transaction we increase nonce after transaction execution which is not consistent with normal transaction. This change does not require a hardfork as: - Nonce is not used when executing transaction in virtual machine - Consortium-v2 is after Byzantium so we don't fall through the path to calculate root hash after transaction execution Reference: bnb-chain/bsc#2185
- Loading branch information