Skip to content

Commit

Permalink
Convert frozen height to None when raw frozen height is zero (informa…
Browse files Browse the repository at this point in the history
…lsystems#1640)

* Convert frozen height to None when raw frozen height is zero

* Fix Python E2E test
  • Loading branch information
soareschen authored Dec 6, 2021
1 parent 6540915 commit e45adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class AllowUpdate:
@dataclass
class ClientState:
chain_id: ChainId
frozen_height: Height
frozen_height: Optional[Height]
latest_height: Height
max_clock_drift: Duration
trust_level: TrustLevel
Expand Down

0 comments on commit e45adaa

Please sign in to comment.