register web3 after init
This commit is contained in:
parent
8ad79b63b0
commit
ed1ac3af2e
|
@ -90,7 +90,10 @@ class Blockchain {
|
|||
function fundAccountsIfNeeded(next) {
|
||||
provider.fundAccounts(next);
|
||||
}
|
||||
], cb);
|
||||
], (err) => {
|
||||
self.registerWeb3Object();
|
||||
cb(err);
|
||||
});
|
||||
}
|
||||
|
||||
onReady(callback) {
|
||||
|
|
Loading…
Reference in New Issue