Skip to content

Commit

Permalink
Change more fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Sep 28, 2023
1 parent 55d9de9 commit 9cfa624
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bindings/python/iota_sdk/types/node_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ class ProtocolParameters:
slot_duration_in_seconds: int
slots_per_epoch_exponent: int
mana_structure: ManaStructure
staking_unbonding_period: str
staking_unbonding_period: EpochIndex
validation_blocks_per_slot: int
punishment_epochs: str
liveness_threshold: str
min_committable_age: str
max_committable_age: str
punishment_epochs: EpochIndex
liveness_threshold: SlotIndex
min_committable_age: SlotIndex
max_committable_age: SlotIndex
epoch_nearing_threshold: SlotIndex
congestion_control_parameters: CongestionControlParameters
version_signaling: VersionSignaling
Expand Down

0 comments on commit 9cfa624

Please sign in to comment.