Skip to content

Commit

Permalink
feat(rpc-type) : make TraceCallRequest with Default Trait (#5394)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoTheBestToGetTheBest authored and mattsse committed Nov 14, 2023
1 parent 96b38f8 commit 57b9895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-types/src/eth/trace/tracerequest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use serde::{Deserialize, Serialize};
use std::collections::HashSet;

/// Container type for `trace_call` arguments
#[derive(Debug, Serialize, Deserialize)]
#[derive(Debug, Serialize, Deserialize, Default)]
pub struct TraceCallRequest {
/// call request object
pub call: CallRequest,
Expand Down

0 comments on commit 57b9895

Please sign in to comment.