Skip to content

Commit 4ad2c5b

Browse files
committed
use new migration multisig
1 parent 60fd528 commit 4ad2c5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pallets/subtensor/src/migrations/migrate_fix_pending_emission.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub fn do_migrate_fix_pending_emission<T: Config>() -> Weight {
8787

8888
let taostats_old_hotkey = "5Hddm3iBFD2GLT5ik7LZnT3XJUnRnN8PoeCFgGQgawUVKNm8";
8989
let taostats_new_hotkey = "5GKH9FPPnWSUoeeTJp19wVtd84XqFW4pyK2ijV2GsFbhTrP1";
90-
let migration_coldkey = "5D65DoFbapkYzJK17VRQo3HFs7FmMeicbaQern28UNDPypCT";
90+
let migration_coldkey = "5GeRjQYsobRWFnrbBmGe5ugme3rfnDVF69N45YtdBpUFsJG8";
9191

9292
let taostats_old_hk_account = get_account_id_from_ss58::<T>(taostats_old_hotkey);
9393
let taostats_new_hk_account = get_account_id_from_ss58::<T>(taostats_new_hotkey);

pallets/subtensor/tests/migration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ fn test_migrate_fix_pending_emissions() {
477477
let datura_old_hk_account: &AccountId = &get_account_id_from_ss58(datura_old_hotkey);
478478
let datura_new_hk_account: &AccountId = &get_account_id_from_ss58(datura_new_hotkey);
479479

480-
let migration_coldkey = "5D65DoFbapkYzJK17VRQo3HFs7FmMeicbaQern28UNDPypCT";
480+
let migration_coldkey = "5GeRjQYsobRWFnrbBmGe5ugme3rfnDVF69N45YtdBpUFsJG8";
481481
let migration_account: &AccountId = &get_account_id_from_ss58(migration_coldkey);
482482

483483
// "Issue" the TAO we're going to insert to stake

0 commit comments

Comments
 (0)