Skip to content

Commit

Permalink
Fix: gov_max_square_size (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jan 29, 2024
1 parent e96a866 commit 4d45e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/indexer/genesis/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (module *Module) parseConstants(appState types.AppState, consensus pkgTypes
data.constants = append(data.constants, storage.Constant{
Module: storageTypes.ModuleNameBlob,
Name: "gov_max_square_size",
Value: appState.Auth.Params.TxSigLimit,
Value: appState.Blob.Params.GovMaxSquareSize,
})

// crisis
Expand Down

0 comments on commit 4d45e3e

Please sign in to comment.