Skip to content

Commit

Permalink
Fix CongestionResponse (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Dec 4, 2023
1 parent 59cfa35 commit 2b14efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/api/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ impl IssuanceBlockHeaderResponse {
#[serde(rename_all = "camelCase")]
pub struct CongestionResponse {
/// The slot index for which the congestion estimate is provided.
pub slot_index: SlotIndex,
pub slot: SlotIndex,
/// Indicates if a node is ready to issue a block in a current congestion or should wait.
pub ready: bool,
/// The cost in mana for issuing a block in a current congestion estimated based on RMC and slot index.
Expand Down

0 comments on commit 2b14efa

Please sign in to comment.