Skip to content

Commit

Permalink
Fix typo in JSON-encoded field for a getLedgerEntries result
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Oct 25, 2023
1 parent 186e157 commit d4629e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/methods/get_ledger_entries.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type LedgerEntryResult struct {
// Last modified ledger for this entry.
LastModifiedLedger int64 `json:"lastModifiedLedgerSeq,string"`
// The ledger sequence until the entry is live, available for entries that have associated ttl ledger entries.
LiveUntilLedgerSeq *uint32 `json:"liveUntilLedgerSeqLedgerSeq,string,omitempty"`
LiveUntilLedgerSeq *uint32 `json:"liveUntilLedgerSeq,string,omitempty"`
}

type GetLedgerEntriesResponse struct {
Expand Down

0 comments on commit d4629e3

Please sign in to comment.