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
net_amount
Describe the bug net_amount field in pot donation return value is always "0"
"0"
To Reproduce Steps to reproduce the behavior:
"net_amount": "0"
Expected behavior "net_amount": "90990000000000000000000", the same value as stored in the contract state
"net_amount": "90990000000000000000000"
The text was updated successfully, but these errors were encountered:
Donation.net_amount
When branches are created from issues, their pull requests are automatically linked.
Describe the bug
net_amount
field in pot donation return value is always"0"
To Reproduce
Steps to reproduce the behavior:
"net_amount": "0"
under "Result" field.Expected behavior
"net_amount": "90990000000000000000000"
, the same value as stored in the contract stateThe text was updated successfully, but these errors were encountered: