From d93afe2082a08d4d2a18d5bdc79a1bef2c40959f Mon Sep 17 00:00:00 2001 From: Yotam Katznelson Date: Sun, 26 Nov 2023 23:22:15 +0100 Subject: [PATCH] Update first-steps.md bid_pct example --- docs/first-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/first-steps.md b/docs/first-steps.md index 6847c46b..60c2e970 100644 --- a/docs/first-steps.md +++ b/docs/first-steps.md @@ -100,7 +100,7 @@ libra query view --function-id 0x1::vouch::true_friends --args ADDRESS libra txs validator pof --bid-pct --expiry # 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)