Skip to content

Commit 185ffc5

Browse files
committed
Fixed info about --consensus-heights to leo devnet guide
1 parent 9b8111a commit 185ffc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/guides/07_devnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The height of the chain will increase as blocks are produced. At various differ
104104
(ConsensusVersion::V10, 10_525_000),
105105
(ConsensusVersion::V11, 11_952_000),
106106
```
107-
Obviously you may not want to wait for 10 million blocks to access a newer feature like program upgradability, so `leo devnet` provides a way to manually set the consensus heights via the `--consensus-heights` flag:
107+
Obviously you don't have time to wait for 10 million blocks to access a newer feature like program upgradability, so `leo devnet` provides a way to manually set the consensus heights via the `--consensus-heights` flag:
108108
```bash
109109
leo devnet --snarkos <SNARKOS> --consensus-heights 0,1,2,3,4,5,6,7,8,9,10
110110
```

0 commit comments

Comments
 (0)