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
Describe the bug
Zero value messages gets aborted.
To Reproduce
send a op::ownership_assigned message a treasury contract with value: 0 and mode: 1.
op::ownership_assigned
value: 0
Expected behavior
treasury gets the message
Actual behavior
message aborted
The text was updated successfully, but these errors were encountered:
Btw, would be nice if someone could put the actual treasury contract into the code base.
sandbox/src/treasury/Treasury.ts
Line 47 in c856e2d
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Zero value messages gets aborted.
To Reproduce
send a
op::ownership_assigned
message a treasury contract withvalue: 0
and mode: 1.Expected behavior
treasury gets the message
Actual behavior
message aborted
The text was updated successfully, but these errors were encountered: