mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-16 16:45:50 +00:00
ensure optional fields for nested signing
This commit is contained in:
@@ -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},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user