Skip to content

Commit ac72fff

Browse files
Show master address in checksum format (#1261)
* Show master address in checksum format * Show master address in checksum format
1 parent c7614c0 commit ac72fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/thor/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ func printStartupMessage1(
568568
return fmt.Sprintf(`
569569
Master [ %v ]
570570
Beneficiary [ %v ]`,
571-
master.Address(),
571+
common.Address(master.Address().Bytes()).String(),
572572
func() string {
573573
if master.Beneficiary == nil {
574574
return "not set, defaults to endorser"

0 commit comments

Comments
 (0)