From da8ffb45b04593146e8b1c667dfc18c32a95ff82 Mon Sep 17 00:00:00 2001 From: rbajollari Date: Thu, 9 Jan 2025 14:30:17 -0500 Subject: [PATCH] revert key name --- x/oracle/types/keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/oracle/types/keys.go b/x/oracle/types/keys.go index 8b147caf..ac34289d 100644 --- a/x/oracle/types/keys.go +++ b/x/oracle/types/keys.go @@ -11,7 +11,7 @@ import ( const ( // ModuleName is the name of the oracle module - ModuleName = "ojooracle" + ModuleName = "oracle" // StoreKey is the string store representation StoreKey = ModuleName