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
I am currently having the same problem when trying to create an account.
The code I am using is the following
b_account = Blurt(node=cfg.nodelist,keys = Creator_active_key, custom_chains =cfg.custom_chains) a = Account(account=creator,blockchain_instance=b_account) a.transfer(to="juan1912",amount= 0.001, memo="memo test", active="BLURT") password = b_account.create_account(account_name=account_name, creator=creator, password=p)
The transfer is going through, but creating the account throws me the following exception.
Traceback (most recent call last): File \"C:\\Users\\MICHAELDAVID\\.virtualenvs\\Bot_de_discord_-_BLURT-7HIjnIOi\\lib\\site-packages\\beemapi\\noderpc.py\", line 62, in rpcexec reply = super(NodeRPC, self).rpcexec(payload) File \"C:\\Users\\MICHAELDAVID\\.virtualenvs\\Bot_de_discord_-_BLURT-7HIjnIOi\\lib\\site-packages\\beemapi\\graphenerpc.py\", line 479, in rpcexec raise RPCError(ret['error']['message']) beemapi.exceptions.RPCError: missing required active authority:Missing Active Authority damurq
If the active key was not present, then the transfer would not be carried out
[Beem V0.24.26 | Python 3.9.1]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am currently having the same problem when trying to create an account.
The code I am using is the following
The transfer is going through, but creating the account throws me the following exception.
If the active key was not present, then the transfer would not be carried out
[Beem V0.24.26 | Python 3.9.1]
The text was updated successfully, but these errors were encountered: