Skip to content

Commit

Permalink
Remove missing Key
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinaco committed Oct 21, 2021
1 parent c044e37 commit dd7651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cronos/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
// KeyCronosAdmin is store's key for the admin address
KeyCronosAdmin = []byte("CronosAdmin")
// KeyEnableAutoDeployment is store's key for the EnableAutoDeployment
KeyEnableAutoDeployment = []byte("KeyEnableAutoDeployment")
KeyEnableAutoDeployment = []byte("EnableAutoDeployment")
)

const IbcCroDenomDefaultValue = "ibc/6B5A664BF0AF4F71B2F0BAA33141E2F1321242FBD5D19762F541EC971ACB0865"
Expand Down

0 comments on commit dd7651d

Please sign in to comment.