Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-c-child committed Sep 30, 2024
1 parent 929ef66 commit 9397622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/marketplace/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ pub fn execute_renew(
let payment = may_pay(&info, NATIVE_DENOM)?;

ask.renewal_fund += payment;

ensure!(
ask.renewal_fund >= renewal_price,
ContractError::InsufficientRenewalFunds {
Expand Down

0 comments on commit 9397622

Please sign in to comment.