Merge remote-tracking branch 'upstream/develop' into confidential-transfer

This commit is contained in:
Shawn Xie
2025-11-03 18:42:41 -05:00
356 changed files with 10392 additions and 7071 deletions

View File

@@ -75,7 +75,7 @@ MPTokenAuthorize::preclaim(PreclaimContext const& ctx)
auto const sleMptIssuance = ctx.view.read(
keylet::mptIssuance(ctx.tx[sfMPTokenIssuanceID]));
if (!sleMptIssuance)
return tefINTERNAL;
return tefINTERNAL; // LCOV_EXCL_LINE
return tecHAS_OBLIGATIONS;
}