pool.searchWallet failsafe for fullnode.

This commit is contained in:
Christopher Jeffrey 2016-01-02 05:19:19 -08:00
parent 9c904f7b4f
commit 73262b74ba

View File

@ -803,6 +803,9 @@ Pool.prototype.searchWallet = function(w) {
var self = this;
var ts;
if (this.options.fullNode)
return;
if (!w) {
ts = this.wallets.reduce(function(ts, w) {
if (w.lastTs < ts)