Compare commits

...

2 Commits

Author SHA1 Message Date
Gala 6a6d25a359 Merge branch 'develop' into 343-amend-stake-sat 2022-08-10 11:15:40 +02:00
Gala 4506e7037c content change 2022-08-10 11:13:40 +02:00
2 changed files with 2 additions and 2 deletions
@@ -29,7 +29,7 @@ export const EconomicsInfoColumns: ColumnsType[] = [
flex: 1, flex: 1,
headerAlign: 'left', headerAlign: 'left',
tooltipInfo: tooltipInfo:
'Level of stake saturation for this node. Nodes receive more rewards the higher their saturation level, up to 100%. Beyond 100% no additional rewards are granted. The current stake saturation level is: 1 million NYM, computed as S/K where S is total amount of tokens available to stakeholders and K is the number of nodes in the reward set.', 'Level of stake saturation for this node. Nodes receive more rewards the higher their saturation level, up to 100%. Beyond 100% no additional rewards are granted. The current stake saturation level is: 400k NYM, computed as S/K where S is total amount of tokens available to stakeholders and K is the number of nodes in the reward set.',
}, },
{ {
field: 'profitMargin', field: 'profitMargin',
+1 -1
View File
@@ -184,7 +184,7 @@ export const PageMixnodes: React.FC = () => {
renderHeader: () => ( renderHeader: () => (
<CustomColumnHeading <CustomColumnHeading
headingTitle="Stake Saturation" headingTitle="Stake Saturation"
tooltipInfo="Level of stake saturation for this node. Nodes receive more rewards the higher their saturation level, up to 100%. Beyond 100% no additional rewards are granted. The current stake saturation level is: 1 million NYM, computed as S/K where S is total amount of tokens available to stakeholders and K is the number of nodes in the reward set." tooltipInfo="Level of stake saturation for this node. Nodes receive more rewards the higher their saturation level, up to 100%. Beyond 100% no additional rewards are granted. The current stake saturation level is: 400k NYM, computed as S/K where S is total amount of tokens available to stakeholders and K is the number of nodes in the reward set."
/> />
), ),
headerClassName: 'MuiDataGrid-header-override', headerClassName: 'MuiDataGrid-header-override',