From 7de8a6351c5119f8c2d1fe3936f33c508574481a Mon Sep 17 00:00:00 2001 From: yihuang Date: Fri, 26 Apr 2024 15:44:02 +0800 Subject: [PATCH] Update x/e2ee/types/keys.go Co-authored-by: mmsqe Signed-off-by: yihuang --- x/e2ee/types/keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/e2ee/types/keys.go b/x/e2ee/types/keys.go index e3256462df..c89cac2311 100644 --- a/x/e2ee/types/keys.go +++ b/x/e2ee/types/keys.go @@ -11,7 +11,7 @@ const ( // StoreKey defines the primary module store key StoreKey = ModuleName - // RouterKey is the message route for slashing + // RouterKey is the message route for e2ee RouterKey = ModuleName )