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

.exceptions.UnhandledRPCError: Execution error: missing required active authority: Missing Active Authority #320

Open
vbytemaster opened this issue Aug 2, 2023 · 1 comment

Comments

@vbytemaster
Copy link

vbytemaster commented Aug 2, 2023

Good afternoon! I am developing operations for my version of the blockchain based on Bitshares-Core. I decided to switch to a new version of Python-Bitshares. After calling the "create_asset" method (or trying to send the "Asset_create" operation), an execution error "Execution error: missing required active authority: Missing Active Authority" constantly occurs. I imported the keys into my wallet. For example, the "transfer" operation works correctly. The operations are successfully performed via the cli_wallet API (I send requests via NodeRPC), but there are problems with the witness API.. What could be the problem?

@xeroc
Copy link
Member

xeroc commented Aug 29, 2023

try call it with

create_asset(
   ...,
   account="your account name here"
)

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

No branches or pull requests

2 participants