Skip to content

Commit

Permalink
hack: dc 4
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 3, 2023
1 parent 687c64e commit b7fbc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/qgb/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (

// MinimumDataCommitmentWindow is a constant that defines the minimum
// allowable window for the QGB data commitments.
MinimumDataCommitmentWindow = 100
MinimumDataCommitmentWindow = 1
)

// ParamsStoreKeyDataCommitmentWindow is the key used for the
Expand All @@ -26,7 +26,7 @@ var ParamsStoreKeyDataCommitmentWindow = []byte("DataCommitmentWindow")
func DefaultGenesis() *GenesisState {
return &GenesisState{
Params: &Params{
DataCommitmentWindow: 400,
DataCommitmentWindow: 4,
},
}
}
Expand Down

0 comments on commit b7fbc2d

Please sign in to comment.