mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Fix invalid link in doc (#9351)
* fix invalid link * Update client/executor/common/src/runtime_blob/globals_snapshot.rs * more fix
This commit is contained in:
committed by
GitHub
parent
76d147439a
commit
1e8035a273
@@ -402,8 +402,9 @@ pub mod pallet {
|
||||
/// origin is removed as a runner-up.
|
||||
/// - `origin` is a current member. In this case, the deposit is unreserved and origin is
|
||||
/// removed as a member, consequently not being a candidate for the next round anymore.
|
||||
/// Similar to [`remove_members`], if replacement runners exists, they are immediately
|
||||
/// used. If the prime is renouncing, then no prime will exist until the next round.
|
||||
/// Similar to [`remove_member`](Self::remove_member), if replacement runners exists,
|
||||
/// they are immediately used. If the prime is renouncing, then no prime will exist until
|
||||
/// the next round.
|
||||
///
|
||||
/// The dispatch origin of this call must be signed, and have one of the above roles.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user