Add more LoanSet unit tests, added LoanBroker LoanSequence field

- LoanSequence will prevent loan key collisions
This commit is contained in:
Ed Hennis
2025-04-28 21:10:11 -04:00
parent 0a4c0a555d
commit 70155a5ac2
15 changed files with 407 additions and 148 deletions

View File

@@ -158,7 +158,7 @@ InnerObjectFormats::InnerObjectFormats()
add(sfCounterpartySignature.jsonName,
sfCounterpartySignature.getCode(),
{
{sfSigningPubKey, soeREQUIRED},
{sfSigningPubKey, soeOPTIONAL},
{sfTxnSignature, soeOPTIONAL},
{sfSigners, soeOPTIONAL},
});