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

RPC: make createrawbidtx more like sendtoaddress #273

Open
86667 opened this issue Dec 12, 2019 · 1 comment
Open

RPC: make createrawbidtx more like sendtoaddress #273

86667 opened this issue Dec 12, 2019 · 1 comment

Comments

@86667
Copy link

86667 commented Dec 12, 2019

Perform coin selection within createrawbidtx instead of providing inpus as argument

Prioritise TX_LOCKED_MULTISIG outputs

@nkostoulas nkostoulas added this to the Guardnodes milestone Dec 12, 2019
@nkostoulas
Copy link

Just thought about this. An alternative would be to use createrawbidtx without specifying any inputs and then call fundrawtransaction with the includeWatching flag for locked unspent outputs. Maybe it's worth testing this in the bidding tests to see if it would work.

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