mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
More work on the JSON conversion code.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
#include "LedgerFormats.h"
|
||||
|
||||
#define LEF_BASE \
|
||||
{ sfLedgerIndex, SOE_OPTIONAL }, \
|
||||
{ sfLedgerEntryType, SOE_REQUIRED }, \
|
||||
{ sfFlags, SOE_REQUIRED }, \
|
||||
{ sfLedgerIndex, SOE_OPTIONAL },
|
||||
{ sfFlags, SOE_REQUIRED },
|
||||
|
||||
LedgerEntryFormat LedgerFormats[]=
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user