Skip to content

Commit b720338

Browse files
committed
block version = 6
1 parent 07585b4 commit b720338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tron/core/config/Parameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface ChainConstant {
2323
int BLOCK_FILLED_SLOTS_NUMBER = 128;
2424
int MAX_VOTE_NUMBER = 30;
2525
int MAX_FROZEN_NUMBER = 1;
26-
int BLOCK_VERSION = 5;
26+
int BLOCK_VERSION = 6;
2727
}
2828

2929
interface NodeConstant {

0 commit comments

Comments
 (0)