skaled icon indicating copy to clipboard operation
skaled copied to clipboard

eth_call is executed under wrong nonce in MTM mode

Open sync-by-unito[bot] opened this issue 4 years ago • 0 comments

In Client.cpp

{noformat}u256 nonce = max< u256 >( temp.transactionsFrom( _from ), m_tq.maxNonce( _from ) );{noformat}

If we have future transactions, we will get not very correct nonce.

In any case, later it’s ignored ({{Executive::verifyTransaction}}) but who knows…

┆Issue is synchronized with this Jira Bug

sync-by-unito[bot] avatar Feb 08 '22 18:02 sync-by-unito[bot]