Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Oct 24, 2022
1 parent 6159c3b commit 1438a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/core/src/transactions/weight.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl TransactionWeight {
pub fn new(weight_params: WeightParams) -> Self {
Self(weight_params)
}

/// Creates a new `TransactionWeight` with latest weight params
pub fn latest() -> Self {
Self(WeightParams::v1())
Expand Down

0 comments on commit 1438a0a

Please sign in to comment.