summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/schema.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 2a9e1db..c740bf3 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -117,7 +117,7 @@ pub struct Transaction {
117} 117}
118 118
119/// A block that was proposed with `transaction_list` and `nonce` that made `hash` valid, 6 zeroes 119/// A block that was proposed with `transaction_list` and `nonce` that made `hash` valid, 6 zeroes
120/// at the right hand side of the hash (24 bytes) 120/// at the left hand side of the hash (24 bytes)
121/// 121///
122/// We are mining using blake2s algorithm, which produces 256 bit hashes. Hash/second is roughly 122/// We are mining using blake2s algorithm, which produces 256 bit hashes. Hash/second is roughly
123/// 20x10^3. 123/// 20x10^3.