Revert "Fix build error - avoid copy"

This reverts commit cb6df196dc.
This commit is contained in:
Ed Hennis
2025-11-12 19:15:03 -05:00
parent 694abd1c79
commit 814577758f

View File

@@ -1384,7 +1384,7 @@ private:
// equal asset deposit: unit test to exercise the rounding-down of
// LPTokens in the AMMHelpers.cpp: adjustLPTokens calculations
// The LPTokens need to have 16 significant digits and a fractional part
for (Number const& deltaLPTokens :
for (Number const deltaLPTokens :
{Number{UINT64_C(100000'0000000009), -10},
Number{UINT64_C(100000'0000000001), -10}})
{