forked from erigontech/erigon
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
System information
Erigon version: 1.3.12
OS & Version: Linux (Docker)
Hello, we are actually encountering an issue on our nodes bsc-erigon. The issue is on the send part. This issue occurs on two nodes (two different instances running on different physical hardware)
Expected behaviour
I want to broadcast a transaction on the network when it is valid
Actual behaviour
The transaction is blocked in the txpool in the queued category
Here is the transaction that I want to broadcast :
{
"blockHash": null,
"blockNumber": null,
"from": "0xdb13b072b1f88bbd0f362a465846cc980ccf046c",
"gas": "0x54235",
"gasPrice": "0x4a817c80",
"hash": "0x490c4a262b865369f82fa741854b20341e4eb5660a987383b11e6d9ebf2d3aed",
"input": "0x095ea7b30000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae0000000000000000000000000000000000000000000000004563918244f40000",
"nonce": "0x1",
"to": "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
"transactionIndex": null,
"value": "0x0",
"type": "0x0",
"chainId": "0x38",
"v": "0x93",
"r": "0x308f14f1559681cbdb458e9c8adb23b4624c9f7ce3cb14edd37431721b739a52",
"s": "0x752984ea68d49da745992f04f4cd6b0c31db21c4dcf22c451fc450ccb0db744a"
}Actually, the next nonce available for the address 0xdb13b072b1f88bbd0f362a465846cc980ccf046c is 0x1
Metadata
Metadata
Assignees
Labels
No labels