Skip to content

Commit

Permalink
Merge pull request #1008 from lavanet/CNS-emptyprovider
Browse files Browse the repository at this point in the history
CNS-fix-lower-case-empty-provider
  • Loading branch information
Yaroms authored Nov 28, 2023
2 parents 71976ef + 6466670 commit 3ce34fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/dualstaking/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
UnbondingPrefix = "unbonding-ts"

// empty provider consts
EMPTY_PROVIDER = "EMPTY_PROVIDER"
EMPTY_PROVIDER = "empty_provider"
EMPTY_PROVIDER_CHAINID = ""
)

Expand Down

0 comments on commit 3ce34fe

Please sign in to comment.