Update src/libxrpl/protocol/InnerObjectFormats.cpp

Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
This commit is contained in:
Mayukha Vadari
2026-04-27 09:33:25 -04:00
committed by GitHub
parent 568623f699
commit 7de9560048

View File

@@ -146,7 +146,7 @@ InnerObjectFormats::InnerObjectFormats()
{{sfAccount, soeREQUIRED, soeCONSTANT},
{sfSigningPubKey, soeOPTIONAL, soeCONSTANT},
{sfTxnSignature, soeOPTIONAL, soeCONSTANT},
{sfSigners, soeOPTIONAL}});
{sfSigners, soeOPTIONAL, soeCONSTANT}});
add(sfBook.jsonName,
sfBook.getCode(),