Skip to content

Commit

Permalink
remove unnecessary derive attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones committed Mar 11, 2024
1 parent 3fcc31a commit 06950b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ impl AddAssign for SquashTiming {
}
}

#[derive(Serialize, Deserialize, Clone, Debug, Default, PartialEq)]
#[serde(rename_all = "camelCase")]
#[derive(Debug, Default, PartialEq)]
pub(crate) struct CollectorFeeDetails {
pub transaction_fee: u64,
pub priority_fee: u64,
Expand Down

0 comments on commit 06950b0

Please sign in to comment.