Skip to content

Commit 23725f8

Browse files
authored
Merge pull request #1842 from tronprotocol/hardfork_effective_when_maintenance
block version = 6
2 parents e0ae07b + b720338 commit 23725f8

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)