Skip to content

Commit

Permalink
fix for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dusannosovic-ethernal committed Feb 7, 2024
1 parent 380fde2 commit d320772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/state_test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func (t *stTransaction) At(i indexes, baseFee *big.Int) (*types.Transaction, err
value = v
}

return types.NewTx(&types.StateTx{
return types.NewTx(&types.LegacyTx{
From: t.From,
To: t.To,
Nonce: t.Nonce,
Expand Down

0 comments on commit d320772

Please sign in to comment.