Skip to content

Commit

Permalink
Disable RSKIP419 temporarily until SVP project is completed
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-iov committed Aug 30, 2024
1 parent 06a195a commit a6a7b88
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 @@ -213,6 +213,9 @@ before(async () => {
}
// Set amountOfHeadersToSend to 500 to avoid having to inform headers in separated calls
config.customConfig[`federator.amountOfHeadersToSend`] = 500;

// TODO: Remove once SVP project has been completed
config.customConfig[`blockchain.config.consensusRules.rskip419`] = -1;

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

0 comments on commit a6a7b88

Please sign in to comment.