Files
xrpl-dev-portal/docs/_snippets/wait-for-validation.md
2025-07-09 14:45:06 +01:00

6 lines
295 B
Markdown

On a live network (including Mainnet, Testnet, or Devnet), you can wait 4-7 seconds for the ledger to close automatically.
If you're running `rippled` in stand-alone mode, use the [ledger_accept method][] to manually close the ledger.
{% raw-partial file="/docs/_snippets/common-links.md" /%}