We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a108f commit 187ed94Copy full SHA for 187ed94
pallets/commitments/src/lib.rs
@@ -123,12 +123,12 @@ pub mod pallet {
123
}
124
125
#[pallet::type_value]
126
- /// Default value for commitment rate limit.
+ /// *DEPRECATED* Default value for commitment rate limit.
127
pub fn DefaultRateLimit<T: Config>() -> BlockNumberFor<T> {
128
T::DefaultRateLimit::get()
129
130
131
- /// The rate limit for commitments
+ /// *DEPRECATED* The rate limit for commitments
132
#[pallet::storage]
133
pub type RateLimit<T> = StorageValue<_, BlockNumberFor<T>, ValueQuery, DefaultRateLimit<T>>;
134
0 commit comments