mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Add LCOV_EXCL_STOP where needed
This commit is contained in:
@@ -3314,7 +3314,7 @@ canTransfer(
|
|||||||
if (issue.native())
|
if (issue.native())
|
||||||
return tesSUCCESS;
|
return tesSUCCESS;
|
||||||
if (!view.exists(keylet::account(issue.getIssuer())))
|
if (!view.exists(keylet::account(issue.getIssuer())))
|
||||||
return tefINTERNAL;
|
return tefINTERNAL; // LCOV_EXCL_LINE
|
||||||
return tesSUCCESS;
|
return tesSUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user