From aadb46830601a802111fb6cb25f26919689e5d22 Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Mon, 9 Oct 2023 19:20:13 +0200 Subject: [PATCH] spaces fix --- bindings/nodejs/lib/types/models/info/node-info-protocol.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bindings/nodejs/lib/types/models/info/node-info-protocol.ts b/bindings/nodejs/lib/types/models/info/node-info-protocol.ts index 5373a3c3a7..9a53874249 100644 --- a/bindings/nodejs/lib/types/models/info/node-info-protocol.ts +++ b/bindings/nodejs/lib/types/models/info/node-info-protocol.ts @@ -117,32 +117,26 @@ export interface RewardsParameters { * per slot during its epoch duties. */ validationBlocksPerSlot: number; - /** * Profit Margin Exponent is used for shift operation for calculation of profit margin. */ profitMarginExponent: number; - /** * The length in epochs of the bootstrapping phase. */ bootstrappingDuration: number; - /** * Mana Share Coefficient is the coefficient used for calculation of initial rewards. */ manaShareCoefficient: number; - /** * Decay Balancing Constant Exponent is the exponent used for calculation of the initial reward. */ decayBalancingConstantExponent: number; - /** * Decay Balancing Constant is an integer approximation calculated based on chosen DecayBalancingConstantExponent. */ decayBalancingConstant: number; - /** * Pool Coefficient Exponent is the exponent used for shifting operation * in the pool rewards calculations.