walletdb: minor.
This commit is contained in:
parent
d8006cb9df
commit
39693b18e9
@ -366,7 +366,7 @@ WalletDB.prototype._rescan = co(function* rescan(height) {
|
|||||||
* @returns {Promise}
|
* @returns {Promise}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
WalletDB.prototype.scan = co(function* sync(height, hashes) {
|
WalletDB.prototype.scan = co(function* scan(height, hashes) {
|
||||||
var self = this;
|
var self = this;
|
||||||
var blocks;
|
var blocks;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user