Skip to content

Commit

Permalink
Update helpers.go (#2662)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Eckardt <[email protected]>
  • Loading branch information
martineckardt authored Mar 7, 2025
1 parent ac42a9b commit 696950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/transactioncmd/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func validateConvertOperation(tx *txs.Tx, action string) (bool, error) {
}
ux.Logger.PrintToUser("You are about to %s a ConvertSubnetToL1Tx for %s with the following content:", action, network.Name())
ux.Logger.PrintToUser(" Subnet ID: %s", convertToL1Tx.Subnet)
ux.Logger.PrintToUser(" Blockchain ID: %s", convertToL1Tx.BlockchainID)
ux.Logger.PrintToUser(" Blockchain ID: %s", convertToL1Tx.ChainID)
ux.Logger.PrintToUser(" Manager Address: %s", common.BytesToAddress(convertToL1Tx.Address).Hex())
ux.Logger.PrintToUser(" Validators:")
for _, val := range convertToL1Tx.Validators {
Expand Down

0 comments on commit 696950b

Please sign in to comment.