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] Move transaction combining from signrawtransaction to new RPC #2843

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Liquid369
Copy link
Member

This splits signrawtransaction up to introduce the new RPC combinerawtransaction, which will handle moving forward combining transactions that signrawtransaction used to do. signrawtransaction now only accepts one tx at a time. combinerawtransaction accepts a JSON array of HEX formatted tx's to combine into a single transaction.

These are pre-requisites necessary for later introducing the psbt RPC commands

Backported: bitcoin#10571

New combinerawtransaction RPC implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: QA
Development

Successfully merging this pull request may close these issues.

None yet

2 participants