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

Add support for multiple outputs to same address #55

Closed
tdiesler opened this issue Jul 6, 2018 · 1 comment
Closed

Add support for multiple outputs to same address #55

tdiesler opened this issue Jul 6, 2018 · 1 comment
Assignees
Labels

Comments

@tdiesler
Copy link
Collaborator

tdiesler commented Jul 6, 2018

This should be supported.

@tdiesler tdiesler added this to the 0.16.1 milestone Jul 6, 2018
@tdiesler tdiesler self-assigned this Jul 6, 2018
@tdiesler tdiesler removed this from the 0.16.1 milestone Jul 6, 2018
@tdiesler tdiesler added wontfix and removed feature labels Jul 6, 2018
@tdiesler
Copy link
Collaborator Author

tdiesler commented Jul 6, 2018

This is a lot harder than I thought. The Bitcoin-0.16.1 client says ...

Invalid parameter, duplicated address: n3ha6rJa8ZS7B4v4vwNWn8CnLHfUYXW1XE

when createrawtransaction is called like this

{
	"n3ha6rJa8ZS7B4v4vwNWn8CnLHfUYXW1XE": 0.000111,
	"data": "41454710383036301006072a8648ce3d020106052b8104001c032200049ab9a281c5e25054e921ddb688815f1deabe865eb3278ed2e5b216c55a4ba46b",
	"n3ha6rJa8ZS7B4v4vwNWn8CnLHfUYXW1XE": 0.99888900
}

We should probabaly shy away from implementing createrawtransaction ourselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant