mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
add sfHookNamespaces array to account root
This commit is contained in:
@@ -54,7 +54,8 @@ LedgerFormats::LedgerFormats()
|
||||
{sfDomain, soeOPTIONAL},
|
||||
{sfTickSize, soeOPTIONAL},
|
||||
{sfTicketCount, soeOPTIONAL},
|
||||
{sfHookStateCount, soeOPTIONAL}
|
||||
{sfHookStateCount, soeOPTIONAL},
|
||||
{sfHookNamespaces, soeOPTIONAL}
|
||||
},
|
||||
commonFields);
|
||||
|
||||
@@ -68,6 +69,7 @@ LedgerFormats::LedgerFormats()
|
||||
{sfTakerGetsIssuer, soeOPTIONAL}, // for order book directories
|
||||
{sfExchangeRate, soeOPTIONAL}, // for order book directories
|
||||
{sfReferenceCount, soeOPTIONAL}, // for hook state directories
|
||||
{sfOwnerNode, soeOPTIONAL}, // for directories that are members of other directories
|
||||
{sfIndexes, soeREQUIRED},
|
||||
{sfRootIndex, soeREQUIRED},
|
||||
{sfIndexNext, soeOPTIONAL},
|
||||
|
||||
Reference in New Issue
Block a user