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

Feature request: Send to more than one address #421

Closed
rebroad opened this issue Nov 7, 2017 · 2 comments
Closed

Feature request: Send to more than one address #421

rebroad opened this issue Nov 7, 2017 · 2 comments

Comments

@rebroad
Copy link

rebroad commented Nov 7, 2017

Currently in mycelium, if I want to send to two addresses, I have to wait for the 1st transaction to confirm before it even attempts to broadcast the 2nd transaction, whereas the ideal would be to allow both recipients to receive the funds in just one transaction - as Bitcoin-Qt and other wallets permit. Can this be implemented, please?

@Giszmo
Copy link
Contributor

Giszmo commented Nov 7, 2017

With RBF as proposed in #350 we could allow amending transactions with more recipients. Sending multiple transactions without waiting for confirmations already works without problems.

A UI to immediately send to more than one recipient was rejected earlier, although I can't quickly find the issue.

@Giszmo Giszmo closed this as completed Nov 7, 2017
@Giszmo
Copy link
Contributor

Giszmo commented Nov 8, 2017

With RBF as proposed in #350 we could allow amending transactions with more recipients.

Sending multiple transactions without waiting for confirmations already works without problems.

A UI to immediately send to more than one recipient was rejected earlier, although I can't quickly find the issue.

Giszmo pushed a commit that referenced this issue Aug 1, 2018
#1180  ArrayIndexOutOfBoundsException in DisplayPreferenceDialogHandler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants