ad missing emit
This commit is contained in:
parent
d0162a6c78
commit
231199c0dc
|
@ -36,6 +36,7 @@ class Blockchain {
|
|||
cb = function(){};
|
||||
}
|
||||
if (this.isWeb3Ready) {
|
||||
this.events.emit(WEB3_READY);
|
||||
return cb();
|
||||
}
|
||||
const self = this;
|
||||
|
|
Loading…
Reference in New Issue