Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Nov 20, 2020
1 parent ccf795a commit 78ec72d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/stacking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,17 @@ const hasMinStxAmount = await client.hasMinimumStx();
const stackingStatus = await client.getStatus();

stackingStatus:
{
stacked: true,
details: {
amount_microstx: '80000000000000',
first_reward_cycle: 18,
lock_period: 10,
unlock_burn_block: 3020,
pox_address: {
version: '00',
hashbytes: '05cf52a44bf3e6829b4f8c221cc675355bf83b7d'
}
}
}
// {
// stacked: true,
// details: {
// amount_microstx: '80000000000000',
// first_reward_cycle: 18,
// lock_period: 10,
// unlock_height: 3020,
// pox_address: {
// version: '00',
// hashbytes: '05cf52a44bf3e6829b4f8c221cc675355bf83b7d'
// }
// }
// }
```

0 comments on commit 78ec72d

Please sign in to comment.