We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a209e45 commit 4bf108aCopy full SHA for 4bf108a
1 file changed
framework/src/main/java/org/tron/core/db/Manager.java
@@ -48,6 +48,7 @@
48
import org.apache.commons.collections4.CollectionUtils;
49
import org.bouncycastle.util.encoders.Hex;
50
import org.springframework.beans.factory.annotation.Autowired;
51
+import org.springframework.context.annotation.Lazy;
52
import org.springframework.stereotype.Component;
53
import org.tron.api.GrpcAPI;
54
import org.tron.api.GrpcAPI.TransactionInfoList;
@@ -277,6 +278,7 @@ public class Manager {
277
278
@Autowired
279
private RewardViCalService rewardViCalService;
280
281
+ @Lazy
282
283
private TronJsonRpcImpl tronJsonRpcImpl;
284
0 commit comments