Skip to content

Commit

Permalink
Update internal XDR (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
marta-lokhova authored Sep 13, 2023
1 parent 440dc95 commit 76d9792
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Stellar-internal.x
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ case 1:
GeneralizedTransactionSet generalizedTxSet;
};

struct StoredDebugTransactionSet
{
StoredTransactionSet txSet;
uint32 ledgerSeq;
StellarValue scpValue;
};

struct PersistedSCPStateV0
{
SCPEnvelope scpEnvelopes<>;
Expand Down

0 comments on commit 76d9792

Please sign in to comment.