Skip to content

Commit 9036490

Browse files
Update TransactionCache.java
1 parent df6210a commit 9036490

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

framework/src/main/java/org/tron/core/db/TransactionCache.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ public class TransactionCache extends TronStoreWithRevoking<BytesCapsule> {
1212
@Autowired
1313
public TransactionCache(@Value("trans-cache") String dbName) {
1414
super(new TxCacheDB(dbName));
15-
;
1615
}
1716
}

0 commit comments

Comments
 (0)