Skip to content

Commit

Permalink
Merge pull request #152 from rsksmart/disable-rskip427
Browse files Browse the repository at this point in the history
Disable rskip427 temporarily
  • Loading branch information
marcos-iov authored Oct 24, 2024
2 parents d34f496 + ddf05d8 commit f87d75b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ before(async () => {
// Set amountOfHeadersToSend to 500 to avoid having to inform headers in separated calls
config.customConfig[`federator.amountOfHeadersToSend`] = 500;

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

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

0 comments on commit f87d75b

Please sign in to comment.