Skip to content

Commit 0d580f2

Browse files
committed
opt(framework): delete useless code
Signed-off-by: imalasong <[email protected]>
1 parent 2cc57bd commit 0d580f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

framework/src/main/java/org/tron/program/SolidityNode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ private void loopProcessBlock(Block block) {
152152
} catch (Exception e) {
153153
logger.error("Failed to process block {}.", new BlockCapsule(block), e);
154154
sleep(exceptionSleepTime);
155-
block = getBlockByNum(blockNum);
156155
}
157156
}
158157
}

0 commit comments

Comments
 (0)