add account index/counter and continue with xahaugenesis test cases

This commit is contained in:
Richard Holland
2023-08-17 14:28:34 +00:00
parent 0f83256ffa
commit d4a6854835
6 changed files with 101 additions and 11 deletions

View File

@@ -65,6 +65,7 @@ LedgerFormats::LedgerFormats()
{sfImportSequence, soeOPTIONAL},
{sfGovernanceFlags, soeOPTIONAL},
{sfGovernanceMarks, soeOPTIONAL},
{sfAccountIndex, soeOPTIONAL},
},
commonFields);
@@ -178,6 +179,7 @@ LedgerFormats::LedgerFormats()
{sfReserveBaseDrops, soeOPTIONAL},
{sfReserveIncrementDrops, soeOPTIONAL},
{sfXahauActivationLgrSeq, soeOPTIONAL},
{sfAccountCount, soeOPTIONAL},
},
commonFields);