Skip to content

Commit

Permalink
fix: message of the reputation cli method
Browse files Browse the repository at this point in the history
Signed-off-by: Claudia Bartoli Duncan <claudia@stampery.co>
  • Loading branch information
clbartoli committed Sep 7, 2020
1 parent 429ce36 commit 8b6a2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/node/json_rpc_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ pub fn get_reputation(
let res = parse_response::<GetReputationResult>(&response)?;

if res.stats.is_empty() {
println!("Any identities has reputation yet");
println!("No identities have reputation yet");
}

for (pkh, rep_stats) in res.stats.into_iter().sorted_by_key(|(_, rep_stats)| {
Expand Down

0 comments on commit 8b6a2c9

Please sign in to comment.