Skip to content

Commit

Permalink
fix: add missing fields from PoxInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode authored and janniks committed May 11, 2023
1 parent 5e0fd6c commit acb7d78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/stacking/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,12 @@ export interface PoxInfo {
reward_slots: number;
current_cycle: CycleInfo;
next_cycle: CycleInfo & {
min_increment_ustx: number;
prepare_phase_start_block_height: number;
blocks_until_prepare_phase: number;
reward_phase_start_block_height: number;
blocks_until_reward_phase: number;
ustx_until_pox_rejection: number;
};
}

Expand Down

1 comment on commit acb7d78

@vercel
Copy link

@vercel vercel bot commented on acb7d78 May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.