We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a6b5a commit 41d0586Copy full SHA for 41d0586
packages/bitcore-wallet-client/test/api.test.js
@@ -1061,6 +1061,7 @@ describe('client API', () => {
1061
// This is a GOOD tests, since bitcore ONLY accept VALID signatures
1062
signatures.length.should.be.equal(utxos.length);
1063
});
1064
+ it('should sign multiple-outputs proposal correctly', () => {
1065
var toAddress = 'msj42CCGruhRsFrGATiUuh25dtxYtnpbTx';
1066
var changeAddress = 'msj42CCGruhRsFrGATiUuh25dtxYtnpbTx';
1067
0 commit comments