diff options
author | alpaylan | 2021-04-15 00:24:27 +0300 |
---|---|---|
committer | alpaylan | 2021-04-15 00:24:27 +0300 |
commit | 72ff7f96e18737bd90bf932c1b5f491884b2560d (patch) | |
tree | 619c92a91a41d407c63cd54f95104c616c2601d6 /src | |
parent | 21e62ad7e312bbe57bf7098f0b3607e72fcffddb (diff) | |
download | gradecoin-72ff7f96e18737bd90bf932c1b5f491884b2560d.tar.gz gradecoin-72ff7f96e18737bd90bf932c1b5f491884b2560d.tar.bz2 gradecoin-72ff7f96e18737bd90bf932c1b5f491884b2560d.zip |
fix docs.
Diffstat (limited to 'src')
-rw-r--r-- | src/schema.rs | 2 |
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. |