ensure optional fields for nested signing

This commit is contained in:
Richard Holland
2025-08-20 13:46:45 +10:00
parent 64c707e21b
commit 96e7cc5299

View File

@@ -44,8 +44,8 @@ InnerObjectFormats::InnerObjectFormats()
sfSigner.getCode(),
{
{sfAccount, soeREQUIRED},
{sfSigningPubKey, soeREQUIRED},
{sfTxnSignature, soeREQUIRED},
{sfSigningPubKey, soeOPTIONAL},
{sfTxnSignature, soeOPTIONAL},
{sfSigners, soeOPTIONAL},
});