Skip to content

Commit

Permalink
Fix validation api test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Dec 4, 2023
1 parent e0d1e28 commit 2db6565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/block-validation/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func TestValidateBuilderSubmissionV2(t *testing.T) {
ProposerFeeRecipient: proposerAddr,
GasLimit: execData.GasLimit,
GasUsed: execData.GasUsed,
Value: uint256.NewInt(0),
Value: uint256.NewInt(149842511727213),
},
ExecutionPayload: payload,
},
Expand Down

0 comments on commit 2db6565

Please sign in to comment.