Skip to content

Commit

Permalink
Merge pull request #878 from aionnetwork/vm-initialize-error
Browse files Browse the repository at this point in the history
fix vm initialize error due to loadBlockchain in the aionhub
  • Loading branch information
AionJayT authored Apr 15, 2019
2 parents 7629a00 + 885689c commit 6dcd966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modBoot/src/org/aion/Aion.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ public static void main(String args[]) {
genLog.info(path);
genLog.info(logo);

VirtualMachineProvider.initializeAllVirtualMachines();
IAionChain ac = AionFactory.create();

IMineRunner nm = null;
Expand Down Expand Up @@ -237,7 +238,6 @@ public static void main(String args[]) {
/*
* Start Threads.
*/
VirtualMachineProvider.initializeAllVirtualMachines();
Thread zmqThread = null;
ProtocolProcessor processor = null;
if (cfg.getApi().getZmq().getActive()) {
Expand Down

0 comments on commit 6dcd966

Please sign in to comment.