Skip to content

Commit

Permalink
fix: small changes in copy
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Mar 26, 2024
1 parent 14845bd commit b75af8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/pages/earn/ComputeResourceNodesPage/cmp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const ComputeResourceNodesPage = (
in our ecosystem, enabling various services. While no
commitment is needed to establish a CRN, to unlock a minimum
wage for your CRN, it needs the endorsement of a Core Channel
Node (CCN). A CCN operator can vouch for up to three CRNs,
Node (CCN). A CCN operator can vouch for up to five CRNs,
ensuring fair and balanced participation.
</p>
<ExternalLinkButton
Expand Down
2 changes: 1 addition & 1 deletion src/domain/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ export class NodeManager {
} else {
if (node.score < 0.8) return 'The CCN is underperforming'
if ((node?.crnsData.length || 0) < StakeManager.minLinkedNodesForPenalty)
return 'The CCN has less than three linked CRNs'
return 'The CCN has free slots to link more CRNs'
if (!staking && node?.crnsData.some((crn) => crn.score < 0.8))
return 'One of the linked CRN is underperforming'
}
Expand Down

0 comments on commit b75af8d

Please sign in to comment.