From 231199c0dc04acfea136d977f7768fd624458abe Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 17 Jul 2018 16:13:12 +0300 Subject: [PATCH] ad missing emit --- lib/contracts/blockchain.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/contracts/blockchain.js b/lib/contracts/blockchain.js index 8d14e03b..b2e6344e 100644 --- a/lib/contracts/blockchain.js +++ b/lib/contracts/blockchain.js @@ -36,6 +36,7 @@ class Blockchain { cb = function(){}; } if (this.isWeb3Ready) { + this.events.emit(WEB3_READY); return cb(); } const self = this;