Skip to content

Commit

Permalink
sonar issues fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-iov committed Nov 9, 2023
1 parent 09ade85 commit d02166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/05_02_01-last_fork_active_powpeg_redeem_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const INITIAL_FEDERATION_SIZE = 3;
let btcClient;
let rskClientNewFed;
let rskClients;
let rskClient;
let newFederationBtcPublicKeys;
let newFederationPublicKeys;
let rskTxHelpers;
Expand Down Expand Up @@ -71,7 +72,6 @@ describe("Calling getActivePowpegRedeemScript method after last fork after fed c
rskClients = Runners.hosts.federates.map((federate) =>
rsk.getClient(federate.host)
);
// rskClientNewFed = rskClients[rskClients.length - 1];
newFederationPublicKeys = Runners.hosts.federates
.filter((federate, index) => index >= INITIAL_FEDERATION_SIZE)
.map((federate) => ({
Expand Down

0 comments on commit d02166e

Please sign in to comment.