mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
Fix skip isVaultPseudoAccountFrozen() for non-vault shares.
This commit is contained in:
@@ -108,7 +108,8 @@ enforceMPTokenAuthorization(
|
||||
MPTID const& mptIssuanceID,
|
||||
AccountID const& account,
|
||||
XRPAmount const& priorBalance,
|
||||
beast::Journal j);
|
||||
beast::Journal j,
|
||||
std::uint32_t flags = 0);
|
||||
|
||||
/** Check if the destination account is allowed
|
||||
* to receive MPT. Return tecNO_AUTH if it doesn't
|
||||
|
||||
Reference in New Issue
Block a user