Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
akremstudy committed Dec 4, 2023
1 parent 90c7f54 commit c434669
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions x/oracle/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ const (
// RouterKey defines the module's message routing key
RouterKey = ModuleName

// TipStoreKey defines the tip store key
TipStoreKey = "tipStore"

// MemStoreKey defines the in-memory store key
MemStoreKey = "mem_oracle"

ReportsKey = "Reports-value-"

// TipStoreKey defines the tip store key
//TipStoreKey = "tip_store"
TipStoreKey = "tip_store"

// CommitReportStoreKey defines the commit store key
CommitReportStoreKey = "commit_report_store"
Expand Down

0 comments on commit c434669

Please sign in to comment.