mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-23 12:38:18 +00:00
Merge pull request #552 from embark-framework/bug_fix/default-account
Register web3 object after init
This commit is contained in:
commit
c25bf086f9
@ -90,7 +90,10 @@ class Blockchain {
|
|||||||
function fundAccountsIfNeeded(next) {
|
function fundAccountsIfNeeded(next) {
|
||||||
provider.fundAccounts(next);
|
provider.fundAccounts(next);
|
||||||
}
|
}
|
||||||
], cb);
|
], (err) => {
|
||||||
|
self.registerWeb3Object();
|
||||||
|
cb(err);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
onReady(callback) {
|
onReady(callback) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user