Skip to content

Commit

Permalink
don't throw error in revert - seems to sync fine
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Aug 29, 2024
1 parent 40936a5 commit 70a68e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ func (b *Builder) runTxn(txn *mempool.BroadcastedTransaction) error {
// }

fee, _, trace, txnReceipts, _, err := b.vm.Execute([]core.Transaction{txn.Transaction}, classes, feesPaidOnL1, blockInfo, state,
b.bc.Network(), false, false, true, false)
b.bc.Network(), false, false, false, false)
if err != nil {
return err
}
Expand Down

0 comments on commit 70a68e3

Please sign in to comment.