Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendn committed Mar 16, 2023
1 parent 31bca7a commit ed3b38c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/transactions/cosmosMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ const _mapMsgWithdrawDelegatorReward = (msg: TransactionMessage): CosmosTxMessag
const _mapMsgCreateValidator = (msg: TransactionMessage): CosmosTxMessage => {
const content = msg.content as unknown as MsgCreateValidatorContent
if (msg && content) {
console.log(content.minSelfDelegation)
return {
type: msg.type,
delegatorAddress: content.delegatorAddress,
Expand Down

0 comments on commit ed3b38c

Please sign in to comment.