Skip to content

Commit

Permalink
Update first-steps.md bid_pct example
Browse files Browse the repository at this point in the history
  • Loading branch information
hemulin authored Nov 26, 2023
1 parent 6eac0eb commit d93afe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ libra query view --function-id 0x1::vouch::true_friends --args ADDRESS
libra txs validator pof --bid-pct <PERCENT YOU PAY> --expiry <EPOCH # WHEN BID EXPIRES>

# For example
libra txs validator pof --bid-pct 0.1 --expiry 999
libra txs validator pof --bid-pct 0.9 --expiry 999
```

#### Un-jail account (self-unjail doesn't exist)
Expand Down

0 comments on commit d93afe2

Please sign in to comment.