mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-30 07:25:50 +00:00
change error type
This commit is contained in:
@@ -944,7 +944,7 @@ trustTransferLockedBalance(
|
|||||||
{
|
{
|
||||||
// in most circumstances a missing destination line is a deal breaker
|
// in most circumstances a missing destination line is a deal breaker
|
||||||
if (actingAccID != dstAccID && srcAccID != dstAccID)
|
if (actingAccID != dstAccID && srcAccID != dstAccID)
|
||||||
return tecNO_PERMISSION;
|
return tecNO_LINE;
|
||||||
|
|
||||||
STAmount dstBalanceDrops = sleDstAcc->getFieldAmount(sfBalance);
|
STAmount dstBalanceDrops = sleDstAcc->getFieldAmount(sfBalance);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user