Skip to content

Commit

Permalink
change globalfreeze store key from 0x00 to 0x01 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
miladz68 authored Jan 23, 2023
1 parent 508ec13 commit 4ed5ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/asset/ft/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

// globalFreezeEnabledStoreVal is the value used to store the globally frozen flag
var globalFreezeEnabledStoreVal = []byte{0x00}
var globalFreezeEnabledStoreVal = []byte{0x01}

// ParamSubspace represents a subscope of methods exposed by param module to store and retrieve parameters.
type ParamSubspace interface {
Expand Down

0 comments on commit 4ed5ee9

Please sign in to comment.