File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -607,9 +607,9 @@ pub mod pallet {
607
607
/// Claim all outstanding Provider Boost rewards, up to ProviderBoostHistoryLimit Reward Eras
608
608
/// in the past. Accounts should check for unclaimed rewards before calling this extrinsic
609
609
/// to avoid needless transaction fees.
610
- /// Errors:
611
- /// - NotAProviderBoostAccount: if Origin has nothing staked for ProviderBoost
612
- /// - NoRewardsEligibleToClaim: if Origin has no unclaimed rewards to pay out.
610
+ /// ### Errors:
611
+ /// - NotAProviderBoostAccount: if Origin has nothing staked for ProviderBoost
612
+ /// - NoRewardsEligibleToClaim: if Origin has no unclaimed rewards to pay out.
613
613
#[ pallet:: call_index( 6 ) ]
614
614
#[ pallet:: weight( T :: WeightInfo :: claim_staking_rewards( ) ) ]
615
615
pub fn claim_staking_rewards ( origin : OriginFor < T > ) -> DispatchResult {
Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
401
401
spec_name : create_runtime_str ! ( "frequency" ) ,
402
402
impl_name : create_runtime_str ! ( "frequency" ) ,
403
403
authoring_version : 1 ,
404
- spec_version : 142 ,
404
+ spec_version : 143 ,
405
405
impl_version : 0 ,
406
406
apis : RUNTIME_API_VERSIONS ,
407
407
transaction_version : 1 ,
@@ -415,7 +415,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
415
415
spec_name : create_runtime_str ! ( "frequency-testnet" ) ,
416
416
impl_name : create_runtime_str ! ( "frequency" ) ,
417
417
authoring_version : 1 ,
418
- spec_version : 142 ,
418
+ spec_version : 143 ,
419
419
impl_version : 0 ,
420
420
apis : RUNTIME_API_VERSIONS ,
421
421
transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments