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(), sfSigner.getCode(),
{ {
{sfAccount, soeREQUIRED}, {sfAccount, soeREQUIRED},
{sfSigningPubKey, soeREQUIRED}, {sfSigningPubKey, soeOPTIONAL},
{sfTxnSignature, soeREQUIRED}, {sfTxnSignature, soeOPTIONAL},
{sfSigners, soeOPTIONAL}, {sfSigners, soeOPTIONAL},
}); });