Skip to content

Commit

Permalink
require no funds sent if no fee for renewal
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Oct 3, 2024
1 parent d91a67b commit 058db52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/marketplace/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ pub fn execute_renew(
}
);
} else {
nonpayable(&info)?;
final_price = Uint128::zero();
}

Expand Down

0 comments on commit 058db52

Please sign in to comment.