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

There is no push_action to Eosio account objects #179

Open
cppfuns opened this issue Aug 8, 2019 · 1 comment
Open

There is no push_action to Eosio account objects #179

cppfuns opened this issue Aug 8, 2019 · 1 comment

Comments

@cppfuns
Copy link

cppfuns commented Aug 8, 2019

For the eosio object type, you also need the push_action method, because you need to initialize the system contract.
Currently have to use cleos directly

cleos.PushAction(
    eosio,
    "init",
    '[0, "4,EOS"]',
    (eosio, Permission.ACTIVE))
@stefanzarembinski
Copy link
Contributor

You are right. Will be fixed soon.

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