Skip to content

Commit

Permalink
fix: don't print broadcast message if isSilent
Browse files Browse the repository at this point in the history
  • Loading branch information
gpabst committed Dec 12, 2024
1 parent e44298d commit 0fcdc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/operator/set_operator_split.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ func SetOperatorSplit(cCtx *cli.Context, p utils.Prompter) error {
txFeeDetails := common.GetTxFeeDetails(unsignedTx)
fmt.Println()
txFeeDetails.Print()
}

fmt.Println("To broadcast the operator set split, use the --broadcast flag")
fmt.Println("To broadcast the operator set split, use the --broadcast flag")
}
}
return nil
}
Expand Down

0 comments on commit 0fcdc51

Please sign in to comment.