fix: Assorted cleanup fixes (#7988)

This commit is contained in:
Mayukha Vadari
2026-08-10 13:18:22 -04:00
committed by GitHub
parent 6580b200db
commit 4f8819565a
9 changed files with 33 additions and 249 deletions

View File

@@ -137,9 +137,9 @@ InnerObjectFormats::InnerObjectFormats()
{sfCredentialType, SoeRequired},
});
add(sfPermission.jsonName.cStr(), sfPermission.getCode(), {{sfPermissionValue, SoeRequired}});
add(sfPermission.jsonName, sfPermission.getCode(), {{sfPermissionValue, SoeRequired}});
add(sfBatchSigner.jsonName.cStr(),
add(sfBatchSigner.jsonName,
sfBatchSigner.getCode(),
{{sfAccount, SoeRequired},
{sfSigningPubKey, SoeOptional},
@@ -161,7 +161,7 @@ InnerObjectFormats::InnerObjectFormats()
{sfSigners, SoeOptional},
});
add(sfSponsorSignature.jsonName.cStr(),
add(sfSponsorSignature.jsonName,
sfSponsorSignature.getCode(),
{
{sfSigningPubKey, SoeOptional},