Skip to content

Commit

Permalink
[ioctl] add ID into candidate display
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie authored and envestcc committed Jul 26, 2024
1 parent b7c3f0f commit 3aa7d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ioctl/cmd/bc/bcdelegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func (m *delegateMessage) delegateString() string {
lines []string
)
lines = append(lines, "{")
lines = append(lines, fmt.Sprintf(" id: %s", d.Id))
lines = append(lines, fmt.Sprintf(" name: %s", d.Name))
lines = append(lines, fmt.Sprintf(" ownerAddress: %s", d.OwnerAddress))
lines = append(lines, fmt.Sprintf(" operatorAddress: %s", d.OperatorAddress))
Expand Down

0 comments on commit 3aa7d30

Please sign in to comment.