mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
Remove bogus coverage warning (#5838)
This commit is contained in:
@@ -3126,7 +3126,7 @@ rippleUnlockEscrowMPT(
|
|||||||
{ // LCOV_EXCL_START
|
{ // LCOV_EXCL_START
|
||||||
JLOG(j.error())
|
JLOG(j.error())
|
||||||
<< "rippleUnlockEscrowMPT: MPToken not found for " << receiver;
|
<< "rippleUnlockEscrowMPT: MPToken not found for " << receiver;
|
||||||
return tecOBJECT_NOT_FOUND; // LCOV_EXCL_LINE
|
return tecOBJECT_NOT_FOUND;
|
||||||
} // LCOV_EXCL_STOP
|
} // LCOV_EXCL_STOP
|
||||||
|
|
||||||
auto current = sle->getFieldU64(sfMPTAmount);
|
auto current = sle->getFieldU64(sfMPTAmount);
|
||||||
|
|||||||
Reference in New Issue
Block a user