Browse Source

docs: Fix the `warp_slot` example (#3233)

acheron 1 year ago
parent
commit
a0ddeb375e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/src/pages/docs/manifest.md

+ 1 - 1
docs/src/pages/docs/manifest.md

@@ -145,7 +145,7 @@ These options are passed into the options with the same name in the `solana-test
 ```toml
 ```toml
 [test.validator]
 [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`).
 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.
 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.
 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.
 limit_ledger_size = 1337                        # Keep this amount of shreds in root slots.