Closed DanGlChris closed 8 months ago
Function set_token_snake_metadata_entry does not properly define its parameter value, which may result in an error when the function is called.
you don't define "value"? the third parameter maybe there is a default value?
in jetton-minter.jc line 243-248
function is define here: stdlib.fc line 876
In FunC: t = a~fun(b, c) is the same as a, t = fun(a, b, c) so the first parameter is "content_dict"
t = a~fun(b, c)
a, t = fun(a, b, c)
Yes, it's a feature of the syntax. @nns2009 answered you correctly
Function set_token_snake_metadata_entry does not properly define its parameter value, which may result in an error when the function is called.
you don't define "value"? the third parameter maybe there is a default value?
in jetton-minter.jc line 243-248
function is define here: stdlib.fc line 876