Skip to content

Commit df54ac2

Browse files
MattMatt
authored andcommitted
change version to 4.0.0
1 parent 8022f16 commit df54ac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chainbase/src/main/java/org/tron/core/db2/core/Chainbase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
public class Chainbase implements IRevokingDB {
2121

22+
public static Map<String, byte[]> assertsAddress = new HashMap<>(); // key = name , value = address
23+
//true:fullnode, false:soliditynode
2224
private ThreadLocal<Boolean> mode = new ThreadLocal<>();
2325
private Snapshot head;
2426

0 commit comments

Comments
 (0)