mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-25 13:05:37 +00:00
natspec: fixed test to work with new queued transactions
This commit is contained in:
parent
fba40e18d9
commit
d7bab21681
@ -220,7 +220,7 @@ func (self *testFrontend) applyTxs() {
|
||||
block := self.ethereum.ChainManager().NewBlock(cb)
|
||||
coinbase := self.stateDb.GetStateObject(cb)
|
||||
coinbase.SetGasPool(big.NewInt(10000000))
|
||||
txs := self.ethereum.TxPool().GetTransactions()
|
||||
txs := self.ethereum.TxPool().GetQueuedTransactions()
|
||||
|
||||
for i := 0; i < len(txs); i++ {
|
||||
for _, tx := range txs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user