mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +00:00
support mutability for MPTPrivacy (#6137)
Update lsfMPTNoConfidentialTransfer to lsfMPTPrivacy Add flag lsmfMPTPrivacy to control the mutability of lsfMPTPrivacy. disallow mutating lsfMPTPrivacy when lsfMPTPrivacy is not set. disallow mutating lsfMPTPrivacy when there's confidential outstanding amount.
This commit is contained in:
@@ -2931,6 +2931,7 @@ class MPToken_test : public beast::unit_test::suite
|
||||
tmfMPTSetCanTrade | tmfMPTClearCanTrade,
|
||||
tmfMPTSetCanTransfer | tmfMPTClearCanTransfer,
|
||||
tmfMPTSetCanClawback | tmfMPTClearCanClawback,
|
||||
tmfMPTSetPrivacy | tmfMPTClearPrivacy,
|
||||
tmfMPTSetCanLock | tmfMPTClearCanLock | tmfMPTClearCanTrade,
|
||||
tmfMPTSetCanTransfer | tmfMPTClearCanTransfer |
|
||||
tmfMPTSetCanEscrow | tmfMPTClearCanClawback};
|
||||
|
||||
Reference in New Issue
Block a user