This repository was archived by the owner on Nov 6, 2020. It is now read-only.
eth_getTransactionByHash blockNumber is set, even though the transaction isn't mined yet #6864
Labels
Milestone
According to the JSON RPC specification,
blockNumber
item returned in the result ofeth_getTransactionByHash
call should be set tonull
if the transaction is pending.In Parity, it is set to an actual block number (probably block id at the time the transaction has been submitted), even though the tx hasn't been mined yet.
EDIT: this happens only with v1.8.0, v1.7.7 branch behaviour is correct.
The text was updated successfully, but these errors were encountered: