Skip to content

Commit

Permalink
change info and tichet_price
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Sep 23, 2024
1 parent c49590f commit 363e71e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ fn can_transfer_nft(querier: &QuerierWrapper, nft_contract_addr: Addr, nft_token
}

fn try_start_raffle(
deps: DepsMut,
env: Env,
info: MessageInfo,
ticket_price: u64,
// deps: DepsMut,
// env: Env,
// info: MessageInfo,
// ticket_price: u64,
total_ticket_count: u64,
nft_contract_addr: Addr,
nft_token_id: String,
Expand Down

0 comments on commit 363e71e

Please sign in to comment.