mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 23:00:55 +00:00
Add // LCOV_EXCL_LINE
This commit is contained in:
@@ -75,7 +75,7 @@ VaultDeposit::preclaim(PreclaimContext const& ctx)
|
||||
if (!issuance)
|
||||
return tecOBJECT_NOT_FOUND;
|
||||
if (!issuance->isFlag(lsfMPTCanTransfer))
|
||||
return tecNO_AUTH;
|
||||
return tecNO_AUTH; // LCOV_EXCL_LINE
|
||||
}
|
||||
else if (vaultAsset.holds<Issue>())
|
||||
{
|
||||
|
||||
@@ -77,7 +77,7 @@ VaultWithdraw::preclaim(PreclaimContext const& ctx)
|
||||
if (!issuance)
|
||||
return tecOBJECT_NOT_FOUND;
|
||||
if (!issuance->isFlag(lsfMPTCanTransfer))
|
||||
return tecNO_AUTH;
|
||||
return tecNO_AUTH; // LCOV_EXCL_LINE
|
||||
}
|
||||
else if (vaultAsset.holds<Issue>())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user