Skip to content

Commit

Permalink
feat: add unlock block to stacking status CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Dec 2, 2020
1 parent 9462d7e commit ae3bbc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,7 @@ async function stackingStatus(network: CLINetworkAdapter, args: string[]): Promi
amount_microstx: status.details!.amountMicroStx,
first_reward_cycle: status.details!.firstRewardCycle,
lock_period: status.details!.lockPeriod,
unlock_burn_block: status.details!.unlockBurnBlock,
pox_address: {
version: status.details!.poxAddress.version.toString('hex'),
hashbytes: status.details!.poxAddress.hashbytes.toString('hex')
Expand Down

0 comments on commit ae3bbc0

Please sign in to comment.