mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
update
This commit is contained in:
parent
9b4728116b
commit
0edfa0bafa
1 changed files with 2 additions and 1 deletions
|
|
@ -98,7 +98,8 @@ func runProcess(t *testContext, aatxs []*types.Rip7560AccountAbstractionTx) erro
|
||||||
}
|
}
|
||||||
txs = append(txs, tx3)
|
txs = append(txs, tx3)
|
||||||
|
|
||||||
b := types.NewBlock(blockchain.CurrentBlock(), txs, nil, nil, trie.NewStackTrie(nil))
|
body := types.Body{Transactions: txs}
|
||||||
|
b := types.NewBlock(blockchain.CurrentBlock(), &body, nil, trie.NewStackTrie(nil))
|
||||||
_, _, _, err = blockchain.Processor().Process(b, state.StateDB, vm.Config{})
|
_, _, _, err = blockchain.Processor().Process(b, state.StateDB, vm.Config{})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue