Add comments

This commit is contained in:
Gregory Tsipenyuk
2026-04-20 07:51:51 -04:00
parent 392e69ae67
commit 0f262a56cf

View File

@@ -395,6 +395,9 @@ MPTEndpointPaymentStep::check(StrandContext const& ctx, std::shared_ptr<const SL
TER
MPTEndpointOfferCrossingStep::check(StrandContext const& ctx, std::shared_ptr<const SLE> const&)
{
// The standard checks are all we can do because any remaining checks
// require the existence of a MPToken. Offer crossing does not
// require a pre-existing MPToken.
return tesSUCCESS;
}