Skip to content

Commit

Permalink
minor fix of an error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Lykov committed Feb 23, 2023
1 parent 99fc54e commit fcad6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench-tps/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fn find_node_activated_stake(
match find_result {
Some(value) => Ok((value.activated_stake, total_active_stake)),
None => {
error!("failed to find stake for requested node");
error!("Failed to find stake for requested node");
Err(())
}
}
Expand Down

0 comments on commit fcad6aa

Please sign in to comment.