Skip to content

Commit 86cbcac

Browse files
Merge pull request #756 from chrishobcroft/patch-1
Update staking.md
2 parents 19171e5 + 155d279 commit 86cbcac

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/bee/working-with-bee/staking.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,14 @@ Once your node has xDAI, stake **at least 10 xBZZ** (this is non-refundable).
8282

8383
You can use the following `swarm-cli` command to stake 10 xBZZ:
8484

85-
:::info
86-
The deposit amount is specified in [PLUR](/docs/references/glossary/#plur)
87-
:::
88-
8985
```bash
90-
swarm-cli stake --deposit 100000000000000000
86+
swarm-cli stake deposit --bzz 10
9187
```
9288

9389
After a moment, the staking transaction will complete. Then you can check that the transaction was successful:
9490

9591
```bash
96-
swarm-cli stake
92+
swarm-cli stake status
9793
```
9894

9995
```bash

0 commit comments

Comments
 (0)