Skip to content

Commit

Permalink
Remove assert for Legacy tx type from storage e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbundalo committed Feb 26, 2024
1 parent 8609468 commit 1a09afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-polybft/e2e/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func checkStorage(t *testing.T, txs []txObject, client *jsonrpc.Eth) {
assert.Equal(t, uint64(0), bt.GasPrice)
assert.NotNil(t, bt.ChainID)
} else {
assert.Equal(t, ethgo.TransactionLegacy, bt.Type)
// assert.Equal(t, ethgo.TransactionLegacy, bt.Type)
assert.Equal(t, ethgo.Gwei(2).Uint64(), bt.GasPrice)
}

Expand Down

0 comments on commit 1a09afd

Please sign in to comment.