Skip to content

Commit

Permalink
Merge pull request #8 from OxMMty/dev
Browse files Browse the repository at this point in the history
change addr
  • Loading branch information
oxmmty authored Sep 17, 2024
2 parents ebd9d71 + ea2d152 commit bd8676b
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 @@ -26,7 +26,7 @@ pub struct GameState {
pub raffle_status: u8,
pub nft_contract_addr: Addr,
pub nft_token_id: String,
pub owner: Addr,
// pub owner: Addr,
pub collection_wallet: Addr, // Collection wallet address to send tokens after the game finished
// pub end_time: u64,
}
Expand Down

0 comments on commit bd8676b

Please sign in to comment.