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

docs: Ownership transfer needs elaboration #251

Open
skyf0xx opened this issue Nov 30, 2024 · 0 comments
Open

docs: Ownership transfer needs elaboration #251

skyf0xx opened this issue Nov 30, 2024 · 0 comments

Comments

@skyf0xx
Copy link

skyf0xx commented Nov 30, 2024

This documentation shows how to change the Owner by changing the the value of the Owner's public key

However, it is not explicit on how to load and control the process as the new owner. To explain:

  1. I first create a process aos "my process alias" --wallet .aos.one.json >> creates process xxxxx
  2. After changing its owner, I try to load it as follows: aos "my process alias" --wallet .aos.two.json

When I load the alias using .aos.two.json - I actually end up creating a totally new process.

Instead, the correct load and control procedure should be: aos "xxxxx" --wallet .aos.two.json (where I use the process address to load it)

This should be added in the docs for clarity

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

1 participant