From c3173de1fc03359344cec0bc814e0cdad8b12377 Mon Sep 17 00:00:00 2001 From: Lucas Bertrand Date: Tue, 5 Mar 2024 14:05:16 +0100 Subject: [PATCH] Update x/emissions/types/keys.go --- x/emissions/types/keys.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/emissions/types/keys.go b/x/emissions/types/keys.go index d016997343..9f1fa705fc 100644 --- a/x/emissions/types/keys.go +++ b/x/emissions/types/keys.go @@ -23,7 +23,6 @@ const ( // MemStoreKey defines the in-memory store key MemStoreKey = "mem_emissions" WithdrawableEmissionsKey = "WithdrawableEmissions-value-" - WithdrawEmissionsKey = "WithdrawEmissions-value-" SecsInMonth = 30 * 24 * 60 * 60 BlockRewardsInZeta = "210000000"