File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ public synchronized void update(BlockCapsule blockCapsule) {
140
140
141
141
public synchronized void updateWhenMaintenance (BlockCapsule blockCapsule ) {
142
142
int version = blockCapsule .getInstance ().getBlockHeader ().getRawData ().getVersion ();
143
- if (version < ForkBlockVersionConsts .version_3_2_2 || passSet .contains (version )) {
143
+ if (version < ForkBlockVersionConsts .VERSION_3_2_2 || passSet .contains (version )) {
144
144
return ;
145
145
}
146
146
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ interface ForkBlockVersionConsts {
107
107
108
108
int START_NEW_TRANSACTION = 4 ;
109
109
int ENERGY_LIMIT = 5 ;
110
- int version_3_2_2 = 6 ;
110
+ int VERSION_3_2_2 = 6 ;
111
111
}
112
112
113
113
}
You can’t perform that action at this time.
0 commit comments