Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoreliovlabs committed Aug 12, 2024
1 parent 1431865 commit f56c49d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions rskj-core/src/main/resources/config/main.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ blockchain.config {
fingerroot500 = 5468000,
arrowhead600 = 6223700,
arrowhead631 = 6549300,
lovell700 = -1,
tbd000 = -1
lovell700 = -1
}
}

Expand Down
3 changes: 1 addition & 2 deletions rskj-core/src/main/resources/config/regtest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ blockchain.config {
fingerroot500 = 0,
arrowhead600 = 0,
arrowhead631 = -1,
lovell700 = 0,
tbd000 = 0
lovell700 = 0
},
consensusRules = {
rskip97 = -1 # disable orchid difficulty drop
Expand Down
1 change: 0 additions & 1 deletion rskj-core/src/main/resources/expected.conf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ blockchain = {
rskip417 = <hardforkName>
rskip428 = <hardforkName>
rskip434 = <hardforkName>
rskip00 = <hardforkName>
rskip432 = <hardforkName>
}
}
Expand Down
1 change: 0 additions & 1 deletion rskj-core/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ blockchain = {
rskip417 = arrowhead600
rskip428 = lovell700
rskip434 = arrowhead631
rskip00 = tbd000
rskip432 = lovell700
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class ActivationConfigTest {
" arrowhead600: 0",
" arrowhead631: 0",
" lovell700: 0",
" tbd000: 0",
"},",
"consensusRules: {",
" areBridgeTxsPaid: afterBridgeSync,",
Expand Down Expand Up @@ -122,7 +121,9 @@ class ActivationConfigTest {
" rskip412: arrowhead600",
" rskip415: arrowhead600",
" rskip417: arrowhead600",
" rskip00: tbd000",
" rskip432: lovell700",
" rskip434: arrowhead631",
" rskip428: lovell700",
"}"
));

Expand Down

0 comments on commit f56c49d

Please sign in to comment.