Skip to content

Commit

Permalink
remove skip of required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Aug 28, 2024
1 parent 7a2a01c commit 9db723e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bins/revme/src/cmd/statetest/models/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub struct Env {
}

#[derive(Debug, Default, PartialEq, Eq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase", deny_unknown_fields)]
#[serde(rename_all = "camelCase")]
pub struct TransactionParts {
pub data: Vec<Bytes>,
pub gas_limit: Vec<U256>,
Expand Down

0 comments on commit 9db723e

Please sign in to comment.