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 5158b2f commit d52947eCopy full SHA for d52947e
framework/src/main/java/org/tron/common/application/ApplicationImpl.java
@@ -42,10 +42,10 @@ public class ApplicationImpl implements Application {
42
public void startup() {
43
this.startServices();
44
eventService.init();
45
+ consensusService.start();
46
if ((!Args.getInstance().isSolidityNode()) && (!Args.getInstance().isP2pDisable())) {
47
tronNetService.start();
48
}
- consensusService.start();
49
MetricsUtil.init();
50
51
0 commit comments