Skip to content
Snippets Groups Projects
Commit 75a1baac authored by Svyatoslav Nikolsky's avatar Svyatoslav Nikolsky Committed by Bastian Köcher
Browse files

fix clippy warning (#1163)

parent bd70de8b
Branches
No related merge requests found
......@@ -150,10 +150,7 @@ pub(crate) mod tests {
// adjusted fee
let single_source_header_submit_tx_weight = single_source_header_submit_call_weight * 3 / 2;
let single_source_header_tx_cost = W::calc(&single_source_header_submit_tx_weight);
let maximal_expected_decrease =
single_source_header_tx_cost * B::from(expected_source_headers_per_day);
maximal_expected_decrease
single_source_header_tx_cost * B::from(expected_source_headers_per_day)
}
#[test]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment