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

typo in domain contract sample #1

Closed
Zaxxon65 opened this issue Jun 25, 2017 · 1 comment
Closed

typo in domain contract sample #1

Zaxxon65 opened this issue Jun 25, 2017 · 1 comment
Labels

Comments

@Zaxxon65
Copy link

return Transfer((string)args[0], (byte[])args[1], (byte[])args[2], (byte[])args[2]);
should probably be
return Transfer((string)args[0], (byte[])args[1], (byte[])args[2], (byte[])args[3]);

@erikzhang erikzhang added the bug label Jun 25, 2017
@erikzhang
Copy link
Member

fixed in 67fdd56

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

No branches or pull requests

2 participants