thaler-nodelib
thaler-nodelib copied to clipboard
Problem: (CE-100) Missing integration tests for MultiSig code in NodeJS
Problem: (CE-100) Missing integration tests for MultiSig code in NodeJS
@calvinlauco finished the multisig integration test for the normal flow of PoGSD. May I occupy your some time to review.
You should broadcast a transaction with the signed MultiSig address UTXO as input.
You don't need to use the createRaw
RPC, instead you can use the TransferTransactionBuilder
to build the transaction and add the MultiSig-nature using addWitness method