Skip to content

Commit

Permalink
chore: finalized storage provider prices
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jul 3, 2024
1 parent b45970a commit 9baa908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/upgrades/v1_5/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ func migrateStakersModule(sdkCtx sdk.Context, cdc codec.Codec, stakersStoreKey s
func migrateBundlesModule(sdkCtx sdk.Context, cdc codec.Codec, bundlesStoreKey storetypes.StoreKey, bundlesKeeper bundlesKeeper.Keeper) {
oldParams := v1_4_bundles.GetParams(sdkCtx, cdc, bundlesStoreKey)

// TODO: define final storage cost prices
newParams := bundlesTypes.Params{
UploadTimeout: oldParams.UploadTimeout,
StorageCosts: []bundlesTypes.StorageCost{
Expand Down

0 comments on commit 9baa908

Please sign in to comment.