From 79e9a2c67a9031f2b1a4fad84f107e22e0141919 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Thu, 2 Jul 2020 13:37:53 -0400 Subject: [PATCH] add bep3 patch activation date (#607) --- x/bep3/types/keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/bep3/types/keys.go b/x/bep3/types/keys.go index 1f39f531..76470bb9 100644 --- a/x/bep3/types/keys.go +++ b/x/bep3/types/keys.go @@ -29,7 +29,7 @@ const ( // Key prefixes var ( // SupplyLimitUpgradeTime is the block time after which the asset supply limits are updated from params - SupplyLimitUpgradeTime time.Time = time.Date(2020, 7, 8, 14, 0, 0, 0, time.UTC) + SupplyLimitUpgradeTime time.Time = time.Date(2020, 7, 10, 14, 0, 0, 0, time.UTC) AtomicSwapKeyPrefix = []byte{0x00} // prefix for keys that store AtomicSwaps AtomicSwapByBlockPrefix = []byte{0x01} // prefix for keys of the AtomicSwapsByBlock index