Skip to content

Commit db5fc69

Browse files
committed
chore: do not set minimum prices during upgrade
1 parent 151fd18 commit db5fc69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x/node/migrations/migrator.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ func (k *Migrator) deleteKeys(ctx sdk.Context, keyPrefix []byte) (keys [][]byte)
5858
func (k *Migrator) setParams(ctx sdk.Context) {
5959
params := v3.Params{
6060
Deposit: sdk.NewInt64Coin("udvpn", 0),
61-
MinGigabytePrices: []v1.Price{}, // TODO: set min gigabyte prices
62-
MinHourlyPrices: []v1.Price{}, // TODO: set min hourly prices
61+
MinGigabytePrices: []v1.Price{},
62+
MinHourlyPrices: []v1.Price{},
6363
StatusTimeout: 1 * time.Hour,
6464
}
6565

0 commit comments

Comments
 (0)