Skip to content

Commit

Permalink
fix: remove outdated serde tag
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed May 7, 2024
1 parent 011e504 commit 98ef7d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/types/src/req.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub struct SignRequest {
pub gas_limit: U256,
/// The reward address for the builder.
pub ru_reward_address: Address,
#[serde(flatten)]
/// Encoded transactions to be signed
pub contents: B256,
}
Expand Down

0 comments on commit 98ef7d0

Please # to comment.