Merge pull request #1812 from matiu/feature/updateIndexes

Feature/update indexes
This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-15 12:20:53 -03:00
commit 6e06deeba6
9 changed files with 132 additions and 156 deletions

View file

@ -2487,7 +2487,8 @@ Wallet.prototype.createTxSync = function(toAddress, amountSatStr, comment, utxos
};
/**
* @desc Updates all the indexes for the current publicKeyRing
* @desc Updates all the indexes for the current publicKeyRing. This scans
* the blockchain looking for transactions on derived addresses.
*
* Triggers a wallet {@link Wallet#store} call
* @param {Function} callback - called when all indexes have been updated. Receives an error, if any, as first argument