feat: Add MPT support to DEX (#5285)

This commit is contained in:
Gregory Tsipenyuk
2026-04-08 12:17:37 -04:00
committed by GitHub
parent 6d1a5be8d2
commit dfcad69155
223 changed files with 34897 additions and 4228 deletions

View File

@@ -58,7 +58,7 @@ struct STNumber_test : public beast::unit_test::suite
STNumber const factor{sfNumber, 100};
auto const iouValue = strikePrice.iou();
IOUAmount const totalValue{iouValue * factor};
STAmount const totalAmount{totalValue, strikePrice.issue()};
STAmount const totalAmount{totalValue, strikePrice.get<Issue>()};
BEAST_EXPECT(totalAmount == Number{10'000});
}