From 39693b18e9853d0ef8640a970a2d3909a39dce77 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 24 Oct 2016 16:38:10 -0700 Subject: [PATCH] walletdb: minor. --- lib/wallet/walletdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet/walletdb.js b/lib/wallet/walletdb.js index 6df001dc..678817c4 100644 --- a/lib/wallet/walletdb.js +++ b/lib/wallet/walletdb.js @@ -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;