fix build issue

This commit is contained in:
Mayukha Vadari
2026-05-06 17:18:19 -04:00
parent 02fba4c998
commit 67a199fcb5

View File

@@ -137,11 +137,11 @@ InnerObjectFormats::InnerObjectFormats()
{sfCredentialType, SoeRequired, SoeImmutable},
});
add(sfPermission.jsonName.c_str(),
add(sfPermission.jsonName,
sfPermission.getCode(),
{{sfPermissionValue, SoeRequired, SoeImmutable}});
add(sfBatchSigner.jsonName.c_str(),
add(sfBatchSigner.jsonName,
sfBatchSigner.getCode(),
{{sfAccount, SoeRequired, SoeImmutable},
{sfSigningPubKey, SoeOptional, SoeImmutable},