Skip to content

Commit 762f902

Browse files
kevin-valeriobkchr
andauthored
Fixing token-economics dead link (#5302)
The page [2-token-economics](https://research.web3.foundation/en/latest/polkadot/overview/2-token-economics.html) is a dead link, replacing it with [token-economics](https://research.web3.foundation/Polkadot/overview/token-economics). Co-authored-by: Bastian Köcher <[email protected]>
1 parent 3a6c489 commit 762f902

File tree

1 file changed

+1
-1
lines changed
  • substrate/frame/transaction-payment/src

1 file changed

+1
-1
lines changed

substrate/frame/transaction-payment/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ type BalanceOf<T> = <<T as Config>::OnChargeTransaction as OnChargeTransaction<T
140140
/// Meaning that fees can change by around ~23% per day, given extreme congestion.
141141
///
142142
/// More info can be found at:
143-
/// <https://research.web3.foundation/en/latest/polkadot/overview/2-token-economics.html>
143+
/// <https://research.web3.foundation/Polkadot/overview/token-economics>
144144
pub struct TargetedFeeAdjustment<T, S, V, M, X>(core::marker::PhantomData<(T, S, V, M, X)>);
145145

146146
/// Something that can convert the current multiplier to the next one.

0 commit comments

Comments
 (0)