-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
monero-wallet-rpc: Add sub-address parameters to make_integrated_address API #3679
Comments
mmorrell
changed the title
monero-wallet-rpc: Add sub-address version of make_integrated_address API
monero-wallet-rpc: Add sub-address parameters to make_integrated_address API
Apr 21, 2018
You mean making integrated sub-addresses? If so, this has been discussed already and the idea of integrated sub-addresses has been dropped. |
subadresses don't have payment IDs, or am i wrong? |
Subaddresses are supposed to obsolete payment ids. |
Fair enough. Thanks for looking into this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the "make_integrated_address" API in monero-wallet-rpc only generates an integrated address for the main account (at address_index 0).
There should be a version of "make_integrated_address" which can work on sub-addresses. Such as make_integrated_address(address_index) and/or make_integrated_address(address).
This could be done adding by optional parameters to the existing make_integrated_address API.
e.g.
Use case: User wants to track individual payments to each subaddress.
The text was updated successfully, but these errors were encountered: