Hi
I'm trying to use the new "married wallet" feature that was introduced in bitcoinj 0.13. I understand the concept, but I don't understand how to create the spending transaction, or to be more specific, how to implement the TransactionSigner#signInputs method. Do I need to "manually" create the scriptSig for each input, and then add them to the propTx.partialTx? Or is there a more high level approach to do this?
Any help is greatly appreciated. In fact, I will donate a beer ($5) to anyone who provides an example implementation of TransactionSigner for married wallets, similar to the example implementation of payment channels, which is really helpful. If the example is well done, perhaps Mike could merge it in the bitcoinj-examples project, I think this would help a lot for anyone using this feature in the future.
EDIT: I posted this in the bitcoinJ mailing list:
https://groups.google.com/forum/#!topic/bitcoinj/hJyvxQWJdkQ