add sign in block

This commit is contained in:
Matias Alejo Garcia 2014-04-09 23:07:21 -03:00
parent c3efcb3f27
commit f1645945d3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ var createW = function (bip32s) {
for(var i=0; i<5; i++) {
if (bip32s) {
var b=bip32s[i];
w.addCopayer(b?b.extendedPrivateKeyString():null);
w.addCopayer(b?b.extendedPublicKeyString():null);
}
else
w.addCopayer();