add message after profile creation on the cloud
This commit is contained in:
parent
94d6916a75
commit
e56ace7c2c
4 changed files with 20 additions and 3 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue