aboutsummaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
authoralpaylan2021-04-15 00:24:27 +0300
committeralpaylan2021-04-15 00:24:27 +0300
commitce03d1402e8076fa3c249f983164bc10acdf3914 (patch)
tree0a6e4490ec4794336d5bb5d15c27b0b186a5a337 /src/schema.rs
parent3f649d6233b06589480713f507924286d297e120 (diff)
downloadgradecoin-ce03d1402e8076fa3c249f983164bc10acdf3914.tar.gz
gradecoin-ce03d1402e8076fa3c249f983164bc10acdf3914.tar.bz2
gradecoin-ce03d1402e8076fa3c249f983164bc10acdf3914.zip
fix docs.
Diffstat (limited to 'src/schema.rs')
-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.