We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0162a6 commit 231199cCopy full SHA for 231199c
lib/contracts/blockchain.js
@@ -36,6 +36,7 @@ class Blockchain {
36
cb = function(){};
37
}
38
if (this.isWeb3Ready) {
39
+ this.events.emit(WEB3_READY);
40
return cb();
41
42
const self = this;
0 commit comments