Skip to content

Commit 231199c

Browse files
committed
ad missing emit
1 parent d0162a6 commit 231199c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/contracts/blockchain.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class Blockchain {
3636
cb = function(){};
3737
}
3838
if (this.isWeb3Ready) {
39+
this.events.emit(WEB3_READY);
3940
return cb();
4041
}
4142
const self = this;

0 commit comments

Comments
 (0)