Closed
Description
I build my private blockchain with PoA,there are two nodes,one miner and one normal nodes.I set the paramete --txpool.globalslots 40860. I use a script to send transactions in a loop.The block can package 700~800 transactions at the beginning,but after some minutes,the blockchain became blocking,I use txpool.status in the console,the result is:
txpool.status
{
pending: 43753,
queued: 0
}
eth.getBlock(eth.blockNumber).transactions.length
8
why the block package so less transactions when the pedding is overflow?who can help me to explain this?
Metadata
Metadata
Assignees
Labels
No labels