From 30ecabb5a482e7a467c7deac2395b46b33382fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Wo=C5=BAniak?= Date: Mon, 17 Jun 2024 11:58:33 +0200 Subject: [PATCH] Add of Automatic periodic block creation [skip ci] --- website/docs/blocks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/blocks.md b/website/docs/blocks.md index 7df751728..e1c3f8633 100644 --- a/website/docs/blocks.md +++ b/website/docs/blocks.md @@ -24,6 +24,10 @@ Response: {'block_hash': '0x115e1b390cafa7942b6ab141ab85040defe7dee9bef3bc31d8b5b3d01cc9c67'} ``` +## Automatic periodic block creation + +Devnet started with the `--block-generation-on ` CLI option, will behave like in `demand` mode but new blocks will be mined automatically in time intervals. + ## Create an empty block To create an empty block without transactions, `POST` a request to `/create_block`: