Skip to content

Commit

Permalink
fix: added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Dec 6, 2023
1 parent fe634ba commit 3ed5b4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class StakingModuleGuardService {
);

this.logger.log(blockData);
this.logger.log(keysIntersections);
this.logger.log(stakingModuleData.unusedKeys);

this.logger.log(filteredIntersections);
const isFilteredIntersectionsFound = filteredIntersections.length > 0;
Expand Down

0 comments on commit 3ed5b4d

Please sign in to comment.