mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
add DeepFreeze to trustTransferAllowed
This commit is contained in:
@@ -859,6 +859,14 @@ trustTransferAllowed(
|
|||||||
return tecFROZEN;
|
return tecFROZEN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isDeepFrozen(view, p, issue.currency, issue.account))
|
||||||
|
{
|
||||||
|
JLOG(j.trace()) << "trustTransferAllowed: "
|
||||||
|
<< "issuer: " << issue.account << " "
|
||||||
|
<< "is deep frozen on party: " << p;
|
||||||
|
return tecFROZEN;
|
||||||
|
}
|
||||||
|
|
||||||
// if called with more than one party then any party
|
// if called with more than one party then any party
|
||||||
// that has a noripple on the issuer side of their tl
|
// that has a noripple on the issuer side of their tl
|
||||||
// blocks any possible xfer
|
// blocks any possible xfer
|
||||||
|
|||||||
Reference in New Issue
Block a user