-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
[wallet CLI] Object not listed with new owner after transfer #603
Comments
@awelc did you call sync? |
I did not as when I was writing the docs originally it wasn't needed. I will retest and report back! |
This is sort of expected (but also should be considered as a bug). |
this PR fixes this temporally until we implement shared storage in AccountManager #569 |
Note that this doesn't require shared storage. Shared storage is only required to be able to store immutable or shared objects. |
Calling |
* Replace consensus number notification Atomic with async watch * Rename & review comments * fmt * Change names + header gc Co-authored-by: George Danezis <[email protected]>
…Labs#603) * Replace consensus number notification Atomic with async watch * Rename & review comments * fmt * Change names + header gc Co-authored-by: George Danezis <[email protected]>
As you can see below, object
F18F5B785D5766CD85BC2247F8C73F07BFF901BB
shows a new owner when queried but does not show up on the new owner's list of objects.The text was updated successfully, but these errors were encountered: