Skip to content

Commit 1079b3c

Browse files
committed
fix missing return
1 parent 9236594 commit 1079b3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,6 +2238,7 @@ pub mod pallet {
22382238
ensure_root(origin)?;
22392239
pallet_subtensor::Pallet::<T>::set_coldkey_swap_reannouncement_delay(duration);
22402240
log::trace!("ColdkeySwapReannouncementDelaySet( duration: {duration:?} )");
2241+
Ok(())
22412242
}
22422243
}
22432244
}

0 commit comments

Comments
 (0)