Skip to content

Commit edfac0d

Browse files
Merge pull request #13 from rootstock/networkUpgrade
Block number activation for twoToThree (rskip150)
2 parents 09d1307 + 1420e07 commit edfac0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ blockchain.config {
66
orchid = 729000,
77
orchid060 = 1052700,
88
wasabi100 = 1591000,
9-
twoToThree = 187200
9+
twoToThree = 2018000
1010
}
1111
}
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ blockchain.config {
66
orchid = 0,
77
orchid060 = 0,
88
wasabi100 = 0,
9-
twoToThree = 370000
9+
twoToThree = 504000
1010
},
1111
consensusRules = {
1212
rskip97 = -1, # disable orchid difficulty drop

0 commit comments

Comments
 (0)