Correct comment
This commit is contained in:
@ -49,7 +49,7 @@ impl TicTacToeDashboardProgram {
|
|||||||
}
|
}
|
||||||
State::XWon | State::OWon | State::Draw => {
|
State::XWon | State::OWon | State::Draw => {
|
||||||
if !self.completed.iter().any(|pubkey| pubkey == game_pubkey) {
|
if !self.completed.iter().any(|pubkey| pubkey == game_pubkey) {
|
||||||
// TODO: Once the PoH high is exposed to programs, it could be used to ensure
|
// TODO: Once the PoH height is exposed to programs, it could be used to ensure
|
||||||
// that old games are not being re-added and causing |total| to increment
|
// that old games are not being re-added and causing |total| to increment
|
||||||
// incorrectly.
|
// incorrectly.
|
||||||
self.total += 1;
|
self.total += 1;
|
||||||
|
Reference in New Issue
Block a user