Allow delegation for Sponsorship transactions

This commit is contained in:
tequ
2025-10-17 18:56:46 +09:00
parent 5d597e3b69
commit 2337d340e5
3 changed files with 6 additions and 6 deletions

View File

@@ -949,7 +949,7 @@ TRANSACTION(ttBATCH, 71, Batch,
# include <xrpld/app/tx/detail/SponsorshipTransfer.h>
#endif
TRANSACTION(ttSPONSORSHIP_TRANSFER, 72, SponsorshipTransfer,
Delegation::notDelegatable,
Delegation::delegatable,
featureSponsor,
noPriv,
({
@@ -961,7 +961,7 @@ TRANSACTION(ttSPONSORSHIP_TRANSFER, 72, SponsorshipTransfer,
# include <xrpld/app/tx/detail/SponsorshipSet.h>
#endif
TRANSACTION(ttSPONSORSHIP_SET, 73, SponsorshipSet,
Delegation::notDelegatable,
Delegation::delegatable,
featureSponsor,
noPriv,
({