add message after profile creation on the cloud

This commit is contained in:
Matias Alejo Garcia 2014-12-19 09:12:52 -03:00
commit e56ace7c2c
4 changed files with 20 additions and 3 deletions

View file

@ -1442,7 +1442,8 @@ Wallet.prototype.getPendingTxProposalsCount = function() {
_.each(txps, function(inTxp, ntxid) {
if (!inTxp.isPending(maxRejectCount))
return;
// TODO: are the uxtos availables?
//
pending++;
if (!inTxp.signedBy[myId] && !inTxp.rejectedBy[myId])