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 a6f7fc6 commit 40f4d9aCopy full SHA for 40f4d9a
pallets/subtensor/src/macros/dispatches.rs
@@ -2375,7 +2375,7 @@ mod dispatches {
2375
/// Performs a coldkey swap iff an announcement has been made.
2376
#[pallet::call_index(127)]
2377
#[pallet::weight(Weight::zero())]
2378
- pub fn coldkey_swap_announced(origin: OriginFor<T>) -> DispatchResult {
+ pub fn swap_coldkey_announced(origin: OriginFor<T>) -> DispatchResult {
2379
let who = ensure_signed(origin)?;
2380
2381
let (when, new_coldkey) = ColdkeySwapAnnouncements::<T>::take(who.clone())
0 commit comments