EscanBE / evermint

Evermint is a fork of open source Evmos, maintains bug fixes, customization and enable developers to fork and transform to their chain, fully customized naming, in just 2 steps. For research and development purpose.
GNU Lesser General Public License v3.0
3 stars 3 forks source link

fix(evm): adjustment logic of how sender nonce increased #153

Closed VictorTrustyDev closed 2 months ago

VictorTrustyDev commented 2 months ago

Closes: #152

Adjustment:

The flag is needed because the msg_server.EthereumTx method will be used for testing purpose and if sender nonce was not increased but it decreased, it no longer correct.