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
bitshares-core/libraries/chain/withdraw_permission_evaluator.cpp
Lines 77 to 80 in dc7eb35
Line 77 should be: const account_object& from = op.withdraw_from_account(d);
const account_object& from = op.withdraw_from_account(d);
The text was updated successfully, but these errors were encountered:
Thanks for the report.
This issue effectively will skip white-list check for the real from account. Seems easy to fix. Let's see if we can fix it in this release.
from
Sorry, something went wrong.
Fix withdraw_permission_claim 'from' check #942
6601bd1
Tests withdraw_permission_claim 'from' check #942
bd15e7f
Merge pull request #951 from bitshares/942-fix-withdraw-claim
e54f2b6
Fixed with #951.
No branches or pull requests
bitshares-core/libraries/chain/withdraw_permission_evaluator.cpp
Lines 77 to 80 in dc7eb35
Line 77 should be:
const account_object& from = op.withdraw_from_account(d);
The text was updated successfully, but these errors were encountered: