Skip to content

Commit

Permalink
Correct RSKIP number
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-iov committed Oct 24, 2024
1 parent a440bcc commit ddf05d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ before(async () => {
config.customConfig[`federator.amountOfHeadersToSend`] = 500;

// TODO: Remove once RIT refactors have been completed
config.customConfig[`blockchain.config.consensusRules.rskip417`] = -1;
config.customConfig[`blockchain.config.consensusRules.rskip427`] = -1;

// federatesToStart: [1, 2, 3]
// additionalFederateNodes: [4, 5]
Expand Down

0 comments on commit ddf05d8

Please sign in to comment.