@ -9,24 +9,27 @@ program = utils.configureCommander(program);
program
.parse(process.argv);
var client = utils.getClient(program);
client.getStatus(function(err, x, myCopayerId) {
utils.die(err);
console.log('\n To be sure that none Copayer has joined more that once to this wallet, you can asked them their confirmation number. They can grab them using this (bit confirm) command.');
console.log('Confirmations only work on shared wallets');
process.exit(1);
}
console.log('\n To be sure that no copayer has joined this wallet more than once, you can asked them for their confirmation number. They can get theirs by running the bit-confirm command.');