File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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) ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments