Skip to content

Commit

Permalink
new rly address
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Nov 17, 2023
1 parent 62cb040 commit 285c100
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/upgrades/pica/upgrade.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package pica

import (
"fmt"

sdk "github.com/cosmos/cosmos-sdk/types"

"github.com/cosmos/cosmos-sdk/codec"
Expand Down Expand Up @@ -48,6 +50,7 @@ func CreateUpgradeHandler(
// add new address
newRlyAddress := utils.ConvertAccAddr(rlyAddress)
tfmdk.SetAllowRlyAddress(ctx, newRlyAddress)
fmt.Println(newRlyAddress)
return false
})
return mm.RunMigrations(ctx, configurator, vm)
Expand Down

0 comments on commit 285c100

Please sign in to comment.