Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix keys for BitCannaID & BitCannaSupplychain
Browse files Browse the repository at this point in the history
replace `/` by  `-`
  • Loading branch information
RaulBernal authored Sep 29, 2022
1 parent ba7c2f6 commit 529d7fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x/bcna/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ func KeyPrefix(p string) []byte {
}

const (
BitcannaidKey = "Bitcannaid/value/"
BitcannaidCountKey = "Bitcannaid/count/"
BitcannaidKey = "Bitcannaid-value-"
BitcannaidCountKey = "Bitcannaid-count-"
)

const (
SupplychainKey = "Supplychain/value/"
SupplychainCountKey = "Supplychain/count/"
SupplychainKey = "Supplychain-value-"
SupplychainCountKey = "Supplychain-count-"
)

0 comments on commit 529d7fb

Please sign in to comment.