Closed
Description
System information
Geth version: 1.10.10
OS & Version: Linux
HI.
Transactions from a regular address in the memory pool are not displayed correctly.
The field from where has the value "0x0000000000000000000000000000000000000000" instead of "0xf6c7....."
As soon as the transaction hits the block, the address is displayed correctly.
example mempool transaction of a response from a node:
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"blockHash": null,
"blockNumber": null,
"from": "0x0000000000000000000000000000000000000000",
"gas": "0x5208",
"gasPrice": "0x104c533c00",
"hash": "0xe6d5a912872e1989e758781f6c7386fe3416a4215fc854e4ffda09cc8c0cfdaa",
"input": "0x",
"nonce": "0xf",
"to": "0x14e2fe87ec1f293005a0f04e431b62646ca052ee",
"transactionIndex": null,
"value": "0x38d7ea4c68000",
"type": "0x0",
"v": "0x25",
"r": "0xac893b0ab5f72fb9deb62f1f957fdb0097a333320c2cf155b9722f83094ef4d",
"s": "0xce1641c7c4acaabe5ada14496e1992909e214e2c0754794010e44409714552"
}
}