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, Apr 11, 7:28 AM
Unknown Object (File)
Thu, Apr 11, 4:22 AM
Unknown Object (File)
Tue, Apr 9, 11:49 AM
Unknown Object (File)
Sat, Apr 6, 1:40 AM
Unknown Object (File)
Tue, Apr 2, 12:46 AM
Unknown Object (File)
Mon, Apr 1, 12:10 AM
Unknown Object (File)
Sat, Mar 23, 7:04 PM
Unknown Object (File)
Feb 24 2024, 3:40 AM
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