Skip to content

Commit

Permalink
Fix typo (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTyson authored Aug 15, 2024
1 parent e16f824 commit 8c8251c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stellar-ledger-entries.x
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ enum EnvelopeType
ENVELOPE_TYPE_CONTRACT_ID = 8,
ENVELOPE_TYPE_SOROBAN_AUTHORIZATION = 9
};
}

enum BucketListType
{
Expand Down Expand Up @@ -795,3 +794,4 @@ case COLD_ARCHIVE_BOUNDARY_LEAF:
case COLD_ARCHIVE_HASH:
ColdArchiveHashEntry hashEntry;
};
}

0 comments on commit 8c8251c

Please sign in to comment.