Review feedback

This commit is contained in:
Bronek Kozicki
2025-05-06 20:07:02 +01:00
parent ac0e4dec96
commit 65fe44a449

View File

@@ -1187,7 +1187,7 @@ addEmptyHolding(
if (!mpt)
return tefINTERNAL; // LCOV_EXCL_LINE
if (mpt->isFlag(lsfMPTLocked))
return tecLOCKED;
return tefINTERNAL; // LCOV_EXCL_LINE
if (view.peek(keylet::mptoken(mptID, accountID)))
return tecDUPLICATE;