diff options
-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 1002cb8..af10b4d 100644 --- a/src/schema.rs +++ b/src/schema.rs | |||
@@ -130,7 +130,7 @@ pub struct Transaction { | |||
130 | } | 130 | } |
131 | 131 | ||
132 | /// A block that was proposed with `transaction_list` and `nonce` that made `hash` valid, 6 zeroes | 132 | /// A block that was proposed with `transaction_list` and `nonce` that made `hash` valid, 6 zeroes |
133 | /// at the right hand side of the hash (24 bytes) | 133 | /// at the left hand side of the hash (24 bytes) |
134 | /// | 134 | /// |
135 | /// We are mining using blake2s algorithm, which produces 256 bit hashes. Hash/second is roughly | 135 | /// We are mining using blake2s algorithm, which produces 256 bit hashes. Hash/second is roughly |
136 | /// 20x10^3. | 136 | /// 20x10^3. |