Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/OxMMty/raffle_contract into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Sep 17, 2024
2 parents 2b967f3 + c877cbe commit 6f03c59
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 @@ -22,7 +22,7 @@ pub struct GlobalState {
pub struct GameState {
pub ticket_price: u64,
pub sold_ticket_count: u64,
pub total_ticket_count: u64,
// pub total_ticket_count: u64,
pub raffle_status: u8,
// pub nft_contract_addr: Addr,
pub nft_token_id: String,
Expand Down

0 comments on commit 6f03c59

Please sign in to comment.