diff --git a/stellar_model/model/horizon/account.py b/stellar_model/model/horizon/account.py index 26fd3cd..30078dc 100644 --- a/stellar_model/model/horizon/account.py +++ b/stellar_model/model/horizon/account.py @@ -134,7 +134,7 @@ class Account(BaseModel): last_modified_ledger: int = Field( description="The ID of the last ledger that included changes to this account." ) - last_modified_time: datetime = Field( + last_modified_time: Optional[datetime] = Field( description="The time of the last ledger that included " "changes to this account." )