Skip to content

Commit

Permalink
keys.go
Browse files Browse the repository at this point in the history
  • Loading branch information
petryshkaCODE authored Jan 24, 2025
1 parent e9ea79e commit 86bf80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/oracle/bandchain/oracle/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (
PendingResolveListStoreKey = append(GlobalStoreKeyPrefix, []byte("PendingList")...)
// DataSourceCountStoreKey is the key that keeps the total data source count.
DataSourceCountStoreKey = append(GlobalStoreKeyPrefix, []byte("DataSourceCount")...)
// OracleScriptCountStoreKey is the key that keeps the total oracle sciprt count.
// OracleScriptCountStoreKey is the key that keeps the total oracle script count.
OracleScriptCountStoreKey = append(GlobalStoreKeyPrefix, []byte("OracleScriptCount")...)

// RequestStoreKeyPrefix is the prefix for request store.
Expand Down

0 comments on commit 86bf80e

Please sign in to comment.