pool.searchWallet failsafe for fullnode.
This commit is contained in:
parent
9c904f7b4f
commit
73262b74ba
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user