remove line causing crash

This commit is contained in:
Iuri Matias 2018-08-14 17:24:18 -04:00
parent 8dcdc7fa38
commit f90132af1e
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ class BlockchainModule {
callback();
});
self.events.once(constants.blockchain.blockchainExit, () => {
self.provider.stop();
callback();
});
}