skaled
skaled copied to clipboard
eth_call is executed under wrong nonce in MTM mode
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