Skip to content

Commit

Permalink
fix tests, handle when no upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBigBoss committed Jul 29, 2023
1 parent 624302a commit 6119df4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions app/client/cli/gov.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ func govCommands() []*cobra.Command {
return err
}

// TODO(0xbigboss): be nice and validate the inputs before submitting, instead of reverting tx.

msg := &types.MessageUpgrade{
Signer: pk.Address(),
Version: version,
Expand Down
4 changes: 0 additions & 4 deletions utility/unit_of_work/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ func (uow *baseUtilityUnitOfWork) processProposalBlockTransactions(txMempool mem
return err
}

if uow.logger.GetLevel().String() == "debug" {
uow.logger.Debug().Str("tx", txHash).Msgf("processing transaction: %+v", tx)
}

if err := tx.ValidateBasic(); err != nil {
return err
}
Expand Down

0 comments on commit 6119df4

Please sign in to comment.