Page MenuHomePhabricator

Correct transaction strengths after inconsitent scaling by 100 vs 1000
ClosedPublic

Authored by epriestley on Jun 26 2019, 1:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 5, 4:36 PM
Unknown Object (File)
Tue, May 27, 6:40 PM
Unknown Object (File)
Mon, May 26, 11:57 PM
Unknown Object (File)
May 6 2025, 6:59 PM
Unknown Object (File)
Apr 30 2025, 3:06 AM
Unknown Object (File)
Apr 27 2025, 4:49 PM
Unknown Object (File)
Apr 26 2025, 10:10 PM
Unknown Object (File)
Apr 26 2025, 4:04 PM
Subscribers
None

Details

Summary

See D20540. I mistakenly multiplied some strenghts by 100 and others by 1000 when converting them to integers for PhutilSortVector.

Multiply them all by 100 (that is, divide the ones which were multiplied by 1000 by 10) to put things back the way they were.

Test Plan

quick mafs

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable