Skip to content
Snippets Groups Projects
Commit 77ed0dc2 authored by joe petrowski's avatar joe petrowski Committed by Kian Paimani
Browse files

fix formula in comment (#4006)

parent 69c4e2f7
No related merge requests found
......@@ -61,7 +61,7 @@ impl<C: Get<Balance>> Convert<Weight, Balance> for LinearWeightToFee<C> {
/// Update the given multiplier based on the following formula
///
/// diff = (target_weight - previous_block_weight)
/// diff = (previous_block_weight - target_weight)
/// v = 0.00004
/// next_weight = weight * (1 + (v . diff) + (v . diff)^2 / 2)
///
......
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