Skip to content

Commit b11f92d

Browse files
authored
Merge pull request #2985 from rsksmart/lovell-700-modifier
Changed modifier to LOVELL v7.0.0
2 parents 4ad8232 + 8647642 commit b11f92d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rskj-core/src/main/resources/config/main.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ blockchain.config {
1414
fingerroot500 = 5468000,
1515
arrowhead600 = 6223700,
1616
arrowhead631 = 6549300,
17-
lovell700 = -1
17+
lovell700 = 7338024
1818
}
1919
}
2020

rskj-core/src/main/resources/config/testnet.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ blockchain.config {
1414
fingerroot500 = 4015800,
1515
arrowhead600 = 4927100,
1616
arrowhead631 = -1,
17-
lovell700 = -1
17+
lovell700 = 6110487
1818
},
1919
consensusRules = {
2020
rskip97 = -1, # disable orchid difficulty drop
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
versionNumber='7.0.0'
2-
modifier="RC"
2+
modifier="LOVELL"

0 commit comments

Comments
 (0)