From 73f044e486da4bcf39ca52028535f4b264db627a Mon Sep 17 00:00:00 2001 From: aggstam Date: Mon, 16 Jan 2023 18:54:08 +0200 Subject: [PATCH] doc/architecture/consensus: updated default slot time --- doc/src/architecture/consensus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/architecture/consensus.md b/doc/src/architecture/consensus.md index e2128167d..86157c517 100644 --- a/doc/src/architecture/consensus.md +++ b/doc/src/architecture/consensus.md @@ -9,7 +9,7 @@ blockchain achieve consensus. |------------------------|-------------------------------------------------------------------------------------------| | Consensus | Algorithm for reaching blockchain consensus between participating nodes | | Node | darkfid daemon participating in the network | -| Slot | Specified timeframe for block production, measured in seconds(default=20) | +| Slot | Specified timeframe for block production, measured in seconds(default=90) | | Epoch | Specified timeframe for blockchain events, measured in slots(default=10) | | Leader | Block producer | | Unproposed Transaction | Transaction that exists in the memory pool but has not yet been included in a block |