mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
@@ -200,8 +200,7 @@ SetTrust::preclaim(PreclaimContext const& ctx)
|
|||||||
|
|
||||||
// This might be nullptr
|
// This might be nullptr
|
||||||
auto const sleDst = ctx.view.read(keylet::account(uDstAccountID));
|
auto const sleDst = ctx.view.read(keylet::account(uDstAccountID));
|
||||||
if (ammEnabled(
|
if ((ammEnabled(ctx.view.rules()) ||
|
||||||
ctx.view.rules() ||
|
|
||||||
ctx.view.rules().enabled(featureSingleAssetVault)) &&
|
ctx.view.rules().enabled(featureSingleAssetVault)) &&
|
||||||
sleDst == nullptr)
|
sleDst == nullptr)
|
||||||
return tecNO_DST;
|
return tecNO_DST;
|
||||||
|
|||||||
Reference in New Issue
Block a user