Skip to content

Commit

Permalink
Update ledger_info_t consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Mar 4, 2024
1 parent 9b3a311 commit 29480fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/soroban-rpc/lib/preflight.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ typedef struct ledger_info_t {
uint64_t timestamp;
const char *network_passphrase;
uint32_t base_reserve;
uint32_t min_temp_entry_ttl;
uint32_t min_persistent_entry_ttl;
uint32_t max_entry_ttl;
} ledger_info_t;

typedef struct xdr_t {
Expand Down

0 comments on commit 29480fe

Please sign in to comment.