diff options
Diffstat (limited to 'content/block_docs.md')
-rw-r--r-- | content/block_docs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/block_docs.md b/content/block_docs.md index 807403c..dccd23b 100644 --- a/content/block_docs.md +++ b/content/block_docs.md | |||
@@ -12,7 +12,7 @@ We use Blocks to commit proposed [Transactions](@/transaction_docs.md) to the le | |||
12 | In order to create a valid block, the proposer must find a suitable `nonce` value that makes the `hash` of the block valid. | 12 | In order to create a valid block, the proposer must find a suitable `nonce` value that makes the `hash` of the block valid. |
13 | The properties a valid hash should have will be explained in subsequent sections. | 13 | The properties a valid hash should have will be explained in subsequent sections. |
14 | 14 | ||
15 | We are _mining_ using [blake2s](https://www.blake2.net/) algorithm, which produces 256 bit hashes. | 15 | We are _mining_ using [blake2s](https://www.blake2.net/) algorithm, which produces 256-bit hashes. |
16 | Hash/second is roughly {{ exp(num="20x10", exponent="3") }} on my machine, a new block can be mined in around 4-6 minutes. | 16 | Hash/second is roughly {{ exp(num="20x10", exponent="3") }} on my machine, a new block can be mined in around 4-6 minutes. |
17 | 17 | ||
18 | # Requests | 18 | # Requests |