Skip to content

Commit a3102a1

Browse files
committed
remove comment
1 parent 5f29501 commit a3102a1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

consensus/src/main/java/org/tron/consensus/dpos/StateManager.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,11 @@ public void receiveBlock(BlockCapsule blockCapsule) {
9090
return;
9191
}
9292

93-
//multi master occurs. If currentBlockId is bigger, we continue to produce block at next cycle.
9493
if (null != currentBlockId
9594
&& currentBlockId.toString().compareTo(blockCapsule.getBlockId().toString()) > 0) {
9695
return;
9796
}
9897

99-
//currentBlockId is smaller, we may pause one cycle
10098
dupBlockCount.set(1);
10199
dupBlockTime.set(System.currentTimeMillis());
102100

0 commit comments

Comments
 (0)