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

SET_OPTIONS operation (set inflation destination) yields SIGNER_UPDATED effect #252

Closed
orbitlens opened this issue Jan 16, 2018 · 2 comments
Assignees

Comments

@orbitlens
Copy link

orbitlens commented Jan 16, 2018

Example:

https://horizon.stellar.org/operations/67304349436485633/effects

...
"type": "set_options",
"inflation_dest": "GA3FUYFOPWZ25YXTCA73RK2UGONHCO27OHQRSGV3VCE67UEPEFEDCOPA"
...

Got

...
"type": "signer_updated"
"weight": 1,
"key": ""
...

Expected

Horizon should return ACCOUNT_HOME_DOMAIN_UPDATED effect mentioned in the documentation. I'm not sure if it's a Horizon or Core bug.

@orbitlens
Copy link
Author

Would be great if you could also look at #166.

@howardtw
Copy link
Contributor

@orbitlens I think this one might have been fixed. When I looked the effect you pasted above, it showed "type": "account_inflation_destination_updated", which is correct.

@howardtw howardtw self-assigned this Apr 22, 2019
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

3 participants
@howardtw @orbitlens and others