When do inputs get combined in a transaction?

0 replies 192 views
omega2009Member
Posts: 27 · Reputation: 127
#1Mar 22, 2020, 08:28 PM
I've got this Python script that creates SIGHASH_SINGLE transactions. It uses the following imports: from bitcoin.core import * from bitcoin.core.script import * from bitcoin.wallet import * from bitcoin.core.scripteval import VerifyScript, SCRIPT_VERIFY_P2SH Right now, I'm working on the testnet and I have some balance. So, my question is, at what point in the process do both inputs get combined into a single variable?
3 Reply Quote Share
?Reply
Sign in to reply to this topic

Related topics