Skip to content

Commit

Permalink
Merge pull request #11 from OxMMty/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
oxmmty authored Sep 17, 2024
2 parents 787ef4d + 9951e10 commit c12c37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -24,7 +24,7 @@ pub struct GameState {
pub sold_ticket_count: u64,
// pub total_ticket_count: u64,
pub raffle_status: u8,
pub nft_contract_addr: Addr,
// pub nft_contract_addr: Addr,
pub nft_token_id: String,
// pub owner: Addr,
pub collection_wallet: Addr, // Collection wallet address to send tokens after the game finished
Expand Down

0 comments on commit c12c37d

Please sign in to comment.