mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 22:45:40 +00:00
Fix docs (#7710)
* fix docs * Update frame/merkle-mountain-range/src/lib.rs Co-authored-by: Alexander Theißen <alex.theissen@me.com> Co-authored-by: Alexander Theißen <alex.theissen@me.com>
This commit is contained in:
committed by
GitHub
parent
9384e6ed53
commit
8814d793c7
@@ -109,7 +109,7 @@ type BalanceOf<T> =
|
||||
/// Meaning that fees can change by around ~23% per day, given extreme congestion.
|
||||
///
|
||||
/// More info can be found at:
|
||||
/// https://w3f-research.readthedocs.io/en/latest/polkadot/Token%20Economics.html
|
||||
/// <https://w3f-research.readthedocs.io/en/latest/polkadot/Token%20Economics.html>
|
||||
pub struct TargetedFeeAdjustment<T, S, V, M>(sp_std::marker::PhantomData<(T, S, V, M)>);
|
||||
|
||||
/// Something that can convert the current multiplier to the next one.
|
||||
|
||||
Reference in New Issue
Block a user