mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 18:15:50 +00:00
Fix logic error in isVaultPseudoAccountFrozen
This commit is contained in:
@@ -296,7 +296,7 @@ isAnyFrozen(
|
||||
bool
|
||||
isVaultPseudoAccountFrozen(ReadView const& view, MPTIssue const& mptShare)
|
||||
{
|
||||
if (view.rules().enabled(featureSingleAssetVault))
|
||||
if (!view.rules().enabled(featureSingleAssetVault))
|
||||
return false;
|
||||
|
||||
auto const mptIssuance =
|
||||
|
||||
Reference in New Issue
Block a user