We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1a6e25 + c7bd0df commit 5f0e0e2Copy full SHA for 5f0e0e2
fault-proof/src/lib.rs
@@ -161,7 +161,7 @@ where
161
let latest_game_index = game_count - U256::from(1);
162
// TODO (Keyao) Reduce the logs for game count.
163
// <https://app.asana.com/1/1208976916964769/project/1209392461754458/task/1212777441857737?focus=true>
164
- //
+ //
165
// The logged index is game count - 1.
166
tracing::info!("Latest game index: {:?}", latest_game_index);
167
0 commit comments