Skip to content
New issue

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

Adding missing callback param to _getTriggerSmartContractArgs #425

Conversation

corymsmith
Copy link

@corymsmith corymsmith commented Sep 20, 2023

As you can see here, the variable callback is not defined:

return callback(ex);

@start940315
Copy link
Contributor

We removed the usage of callback on this method. Please try using promise.

@corymsmith
Copy link
Author

corymsmith commented Sep 29, 2023 via email

@start940315
Copy link
Contributor

It seems like you have put some error data in parameter argument. We have fixed the callback problem in v6, thank you for your pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants