使用geth搭建私链,TP钱包转账推荐手续费很低,交易在txpool.queue中,应该是无法被打包
问题是如何让TP钱包推荐的手续费能搞正常打包交易?
小狐狸的推荐gas就比较正常!
geth版本:
Geth Version: 1.12.0-stable Git Commit: e501b3b05db8e169f67dc78b7b59bc352b3c638d Git Commit Date: 20230525
geth启动命令:
geth --datadir /mnt/chaindata --dev --dev.period 3 --mine --ipcpath /mnt/chaindata/geth.ipc --nodiscover --http --http.addr localhost --http.port 8080 --http.api "debug,web3,eth,txpool,miner,net"