Prefix current validators with nbsp for easier sed-ing
This commit is contained in:
@ -358,7 +358,7 @@ impl fmt::Display for CliValidators {
|
|||||||
if validator.delinquent {
|
if validator.delinquent {
|
||||||
WARNING.to_string()
|
WARNING.to_string()
|
||||||
} else {
|
} else {
|
||||||
" ".to_string()
|
"\u{a0}".to_string()
|
||||||
},
|
},
|
||||||
validator.identity_pubkey,
|
validator.identity_pubkey,
|
||||||
validator.vote_account_pubkey,
|
validator.vote_account_pubkey,
|
||||||
|
Reference in New Issue
Block a user