From 09686290bce03896fe4b2e2f99ae5d90bd5f0ea0 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 6 Feb 2020 14:31:27 -0700 Subject: [PATCH] Grant custodian access to all locked up accounts (#8139) --- genesis/src/genesis_accounts.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/genesis/src/genesis_accounts.rs b/genesis/src/genesis_accounts.rs index fc92135729..c332d5172e 100644 --- a/genesis/src/genesis_accounts.rs +++ b/genesis/src/genesis_accounts.rs @@ -20,7 +20,7 @@ const UNLOCKS_BY_TENTHS_FOR_60_MONTHS: UnlockInfo = UnlockInfo { cliff_years: 0.5, unlocks: 9, unlock_years: 0.5, - custodian: "11111111111111111111111111111111", + custodian: "6LnFgiECFQKUcxNYDvUBMxgjeGQzzy4kgxGhantoxfUe", }; // no lockups @@ -29,7 +29,7 @@ const UNLOCKS_ALL_DAY_ZERO: UnlockInfo = UnlockInfo { cliff_years: 0.0, unlocks: 0, unlock_years: 0.0, - custodian: "11111111111111111111111111111111", + custodian: "6LnFgiECFQKUcxNYDvUBMxgjeGQzzy4kgxGhantoxfUe", }; pub const BATCH_FOUR_STAKER_INFOS: &[StakerInfo] = &[