Skip to content

Commit

Permalink
remove unused key to bytes method
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Sep 16, 2024
1 parent 0adabfd commit a91f0d5
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ const (
<%= if (isIBC) { %>// this line is used by starport scaffolding # ibc/keys/name<% } %>
)

var (
ParamsKey = collections.NewPrefix("p_<%= moduleName %>")
)

<%= if (isIBC) { %>// this line is used by starport scaffolding # ibc/keys/port<% } %>

func KeyPrefix(p string) []byte {
return []byte(p)
}
// ParamsKey is the prefix to retrieve all Params
var ParamsKey = collections.NewPrefix("p_<%= moduleName %>")

0 comments on commit a91f0d5

Please sign in to comment.