Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed May 6, 2024
1 parent 3701e37 commit ccde7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spends/puzzles/nft/mint_nft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ mod tests {
.chain(create_did)
.finish(&mut ctx, parent, pk.clone())?;

let (did_coin_spends, did_info) = StandardDidSpend::new()
let (did_coin_spends, _did_info) = StandardDidSpend::new()
.chain(
IntermediateLauncher::new(did_info.coin.coin_id(), 0, 2)
.create(&mut ctx)?
Expand Down

0 comments on commit ccde7cb

Please sign in to comment.