We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's say you have a lookup map in your smart contract and you set the key as name and the value as Dorian
name
Dorian
Then you run the method again placing the same value Dorian under the key name
the current error message received is
"Smart contract panicked: unexpected token: 'undefined'\n"
Which is a bit misleading to what's actually going on.
Could the message be something like value already exists?
value already exists
The text was updated successfully, but these errors were encountered:
This looks like a bug, we're expecting set to work when value already exists
set
Sorry, something went wrong.
volovyks
Successfully merging a pull request may close this issue.
Let's say you have a lookup map in your smart contract and you set the key as
name
and the value asDorian
Then you run the method again placing the same value
Dorian
under the keyname
the current error message received is
Which is a bit misleading to what's actually going on.
Could the message be something like
value already exists
?The text was updated successfully, but these errors were encountered: