diff --git a/base_layer/core/src/consensus/emission.rs b/base_layer/core/src/consensus/emission.rs index 04b8b40915..9fc2ecae95 100644 --- a/base_layer/core/src/consensus/emission.rs +++ b/base_layer/core/src/consensus/emission.rs @@ -68,7 +68,7 @@ impl EmissionSchedule { /// /// We can then apply a very fast multiplication using bitwise operations. If the decay factor, ϵ, is represented /// in the array `**k**` then - /// ``` + /// ```ignore /// intfloor(x, (1 - ϵ)) = x - sum(x >> k_i) /// ``` ///