Skip to content

Commit

Permalink
fix: remove ledger_close_time from GetTransactionResponse (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Dec 12, 2023
1 parent d4c17c0 commit 41dfa61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stellar_sdk/soroban_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ class GetTransactionResponse(BaseModel):
alias="resultMetaXdr", default=None
) # stellar_sdk.xdr.TransactionMeta
ledger: Optional[int] = Field(alias="ledger", default=None)
ledger_close_time: Optional[int] = Field(alias="ledgerCloseTime", default=None)


# send_transaction
Expand Down

0 comments on commit 41dfa61

Please sign in to comment.