From 8fea54e856517df287ef57a53b4bad69abd533f0 Mon Sep 17 00:00:00 2001 From: marta-lokhova Date: Fri, 25 Aug 2023 14:28:56 -0700 Subject: [PATCH] Update internal XDR --- Stellar-internal.x | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Stellar-internal.x b/Stellar-internal.x index 73684db..02f1b81 100644 --- a/Stellar-internal.x +++ b/Stellar-internal.x @@ -17,6 +17,13 @@ case 1: GeneralizedTransactionSet generalizedTxSet; }; +struct StoredDebugTransactionSet +{ + StoredTransactionSet txSet; + uint32 ledgerSeq; + StellarValue scpValue; +}; + struct PersistedSCPStateV0 { SCPEnvelope scpEnvelopes<>;