From f760c47eb0991a768211f4a636db784ed936679f Mon Sep 17 00:00:00 2001 From: Ivan Irakoze <102920475+ivanirakoze@users.noreply.github.com> Date: Mon, 29 May 2023 11:54:55 +0300 Subject: [PATCH] Update block-size.md --- content/glossary/block-size.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/glossary/block-size.md b/content/glossary/block-size.md index 7b736c3f..9969b5d4 100644 --- a/content/glossary/block-size.md +++ b/content/glossary/block-size.md @@ -1,7 +1,7 @@ --- title: Block size tags: - - Blocksize + - block size - Vcoincheck.io url: "" image: "" @@ -10,4 +10,4 @@ image_text: "" Block size refers to the maximum amount of data that can be included in a single block of a blockchain. The block size is typically measured in bytes and serves as an important parameter in blockchain protocols. It determines the maximum number of transactions or the total size of data that can be included in a block. -Currently in Cardano blockchain, the block size is 88kB. +At the time of writing, the block size on Cardano is 88kB.