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

Fix #944 unexpected "Missing Active Authority" message for update_asset_issuer #1255

Merged
merged 4 commits into from
Aug 16, 2018

Conversation

abitmore
Copy link
Member

PR for #944.

This should not break anything. To be safe, sync the chain with --force-validate option.

./witness_node --force-validate

tx_missing_active_auth exception is thrown when owner authority is missing
// https://github.com/bitshares/bitshares-core/issues/944
GRAPHENE_REQUIRE_THROW( tx.verify_authority( db.get_chain_id(), get_active, get_owner ),
graphene::chain::tx_missing_owner_auth );

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add signature from alice_active and verify that it still complains about missing owner, then replace with signature from alice_owner a verify that is doesn't throw anymore.

Copy link
Contributor

@pmconrad pmconrad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

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

Successfully merging this pull request may close these issues.

3 participants