Skip to content

Commit

Permalink
docs: Fix the warp_slot example (#3233)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Sep 8, 2024
1 parent ec74adb commit a0ddeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ These options are passed into the options with the same name in the `solana-test
```toml
[test.validator]
url = "https://api.mainnet-beta.solana.com" # This is the url of the cluster that accounts are cloned from (See `test.validator.clone`).
warp_slot = 1337 # Warp the ledger to `warp_slot` after starting the validator.
warp_slot = "1337" # Warp the ledger to `warp_slot` after starting the validator.
slots_per_epoch = 5 # Override the number of slots in an epoch.
rpc_port = 1337 # Set JSON RPC on this port, and the next port for the RPC websocket.
limit_ledger_size = 1337 # Keep this amount of shreds in root slots.
Expand Down

0 comments on commit a0ddeb3

Please sign in to comment.