Skip to content

Commit 40f4d9a

Browse files
committed
renamed to swap_coldkey_announced
1 parent a6f7fc6 commit 40f4d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@ mod dispatches {
23752375
/// Performs a coldkey swap iff an announcement has been made.
23762376
#[pallet::call_index(127)]
23772377
#[pallet::weight(Weight::zero())]
2378-
pub fn coldkey_swap_announced(origin: OriginFor<T>) -> DispatchResult {
2378+
pub fn swap_coldkey_announced(origin: OriginFor<T>) -> DispatchResult {
23792379
let who = ensure_signed(origin)?;
23802380

23812381
let (when, new_coldkey) = ColdkeySwapAnnouncements::<T>::take(who.clone())

0 commit comments

Comments
 (0)