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