Skip to content

Commit cc0affa

Browse files
committed
👓 🖊️
Signed-off-by: ia <isaac.ardis@gmail.com>
1 parent 09d7be3 commit cc0affa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_specs/ecip-tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ var publicChainConsensusScore = (1*D) * (1*S)
193193

194194
// An attacker with 110% hashrate of the "honest"/public net
195195
// needs 91% of the public TABS value to be competitive.
196-
var attackChainConsensusScore_Hasher = (1.1*D) * (/*1.1/1=*/0.91*S)
196+
var attackChainConsensusScore_Hasher = (1.1*D) * (/*1/1.1=*/0.91*S)
197197

198198
// An attacker with 91% hashrate of the "honest"/public net
199199
// needs 110% of the public TABS value to be competitive.

0 commit comments

Comments
 (0)