Merge pull request #1812 from matiu/feature/updateIndexes
Feature/update indexes
This commit is contained in:
commit
6e06deeba6
9 changed files with 132 additions and 156 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue