mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
fix build issue
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user