Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Sep 17, 2024
1 parent 6f03c59 commit 9951e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub enum GameStatus {
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub struct GlobalState {
pub count: u64,
pub owner: Addr
// pub owner: Addr
}


Expand Down

0 comments on commit 9951e10

Please sign in to comment.