File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ func CreateUpgradeHandler(
2323 ctx := sdk .UnwrapSDKContext (c )
2424
2525 ctx .Logger ().Info ("[dev]Deleting proposal 281..." )
26- keepers .GovKeeper .DeleteProposal (ctx , 281 )
26+ _ = keepers .GovKeeper .DeleteProposal (ctx , 281 )
2727 ctx .Logger ().Info ("[dev]Deleting proposal 282..." )
28- keepers .GovKeeper .DeleteProposal (ctx , 282 )
28+ _ = keepers .GovKeeper .DeleteProposal (ctx , 282 )
2929 ctx .Logger ().Info ("[dev]Deleting proposal 283..." )
30- keepers .GovKeeper .DeleteProposal (ctx , 283 )
30+ _ = keepers .GovKeeper .DeleteProposal (ctx , 283 )
3131
32- keepers .TaxKeeper .SetParams (ctx , typesv2 .DefaultParams ())
32+ _ = keepers .TaxKeeper .SetParams (ctx , typesv2 .DefaultParams ())
3333
3434 ctx .Logger ().Info ("Starting module migrations..." )
3535 vm , err := mm .RunMigrations (ctx , configurator , vm ) //nolint:contextcheck
You can’t perform that action at this time.
0 commit comments