Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fix committed Feb 8, 2017
1 parent cceb087 commit 71e18fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nodeManager.js
Expand Up @@ -353,7 +353,7 @@ NodeManager.prototype.swapLastBlockWith = function(block, peer, cb){
block.processed = false;
block.broadcast = true;
modules.blockchain.addBlock(block);
modules.bus.message("verifyBlock", block, seriesCb);
library.bus.message("verifyBlock", block, seriesCb);
}
], cb);
};
Expand Down

0 comments on commit 71e18fa

Please sign in to comment.