We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d7be3 commit cc0affaCopy full SHA for cc0affa
1 file changed
_specs/ecip-tabs.md
@@ -193,7 +193,7 @@ var publicChainConsensusScore = (1*D) * (1*S)
193
194
// An attacker with 110% hashrate of the "honest"/public net
195
// needs 91% of the public TABS value to be competitive.
196
-var attackChainConsensusScore_Hasher = (1.1*D) * (/*1.1/1=*/0.91*S)
+var attackChainConsensusScore_Hasher = (1.1*D) * (/*1/1.1=*/0.91*S)
197
198
// An attacker with 91% hashrate of the "honest"/public net
199
// needs 110% of the public TABS value to be competitive.
0 commit comments