fix to rebase conflict issue

This commit is contained in:
Patrick Nagurny 2015-07-20 11:27:28 -06:00
parent a2f271bf03
commit 94ceaa1857
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ Daemon.prototype.addMempoolUncheckedTransaction = function(txBuffer) {
};
Daemon.prototype.getInfo = function() {
if (bitcoin.stopping) return [];
if (daemon.stopping) return [];
return bitcoindjs.getInfo();
};