walletdb: minor.

This commit is contained in:
Christopher Jeffrey 2016-10-24 16:38:10 -07:00
parent d8006cb9df
commit 39693b18e9
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -366,7 +366,7 @@ WalletDB.prototype._rescan = co(function* rescan(height) {
* @returns {Promise}
*/
WalletDB.prototype.scan = co(function* sync(height, hashes) {
WalletDB.prototype.scan = co(function* scan(height, hashes) {
var self = this;
var blocks;