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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Some checks examine the existing backing asset's properties instead of those of the new backing asset.
The offending line is here:
bitshares-core/libraries/chain/asset_evaluator.cpp
Line 380 in 512f816
Checks should be performed on the incoming backing bitasset, not on the existing backing bitasset.
The text was updated successfully, but these errors were encountered:
By the way ,add checking for short_backing_asset is not allowed to be set to MPA self.
Sorry, something went wrong.
Merge pull request #932 from bitshares/jmj_issue_922
0c75388
Issues #922 and #931 bitasset_update checks
Fixed with #932.
jmjatlanta
No branches or pull requests
Some checks examine the existing backing asset's properties instead of those of the new backing asset.
The offending line is here:
bitshares-core/libraries/chain/asset_evaluator.cpp
Line 380 in 512f816
Checks should be performed on the incoming backing bitasset, not on the existing backing bitasset.
The text was updated successfully, but these errors were encountered: