ad missing emit

This commit is contained in:
Iuri Matias 2018-07-17 16:13:12 +03:00
parent d0162a6c78
commit 231199c0dc
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class Blockchain {
cb = function(){};
}
if (this.isWeb3Ready) {
this.events.emit(WEB3_READY);
return cb();
}
const self = this;