mirror of
https://github.com/XRPLF/clio.git
synced 2026-08-22 13:10:53 +00:00
feat: Support Confidential Transfer Fields (#3152)
Add Confidential Transfer Fields to MPToken, MPToken Issuance, and mpt_holders API
This commit is contained in:
@@ -139,8 +139,9 @@ struct Amendments {
|
||||
REGISTER(fixBatchInnerSigs);
|
||||
REGISTER(fixCleanup3_1_3);
|
||||
REGISTER(fixCleanup3_2_0);
|
||||
// These amendments are added because of libxrpl 3.3.0, but they are not yet supported in Clio.
|
||||
REGISTER(ConfidentialTransfer);
|
||||
|
||||
// These amendments are added because of libxrpl 3.3.0, but they are not yet supported in Clio.
|
||||
REGISTER(LendingProtocolV1_1);
|
||||
REGISTER(BatchV1_1);
|
||||
REGISTER(Sponsor);
|
||||
|
||||
Reference in New Issue
Block a user