We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95e906 commit 52e9e7aCopy full SHA for 52e9e7a
func/btn-mint-ico.func
@@ -78,7 +78,7 @@ _ load_data() inline {
78
79
(int {- jetton_amount -} ) mint_tokens(data, cell jwall_code, int supply, int max_supply) impure inline {
80
(slice to_address, int amount, cell master_msg, int jetton_amount) = data;
81
- throw_if(ext_code::max_supply_limit(), supply + amount > max_supply);
+ throw_if(ext_code::max_supply_limit(), supply + jetton_amount > max_supply);
82
83
cell state_init = jwall_state_init(
84
to_address, ;; mint to
0 commit comments