aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYigit Sever2021-04-13 15:45:15 +0300
committerYigit Sever2021-04-13 15:45:15 +0300
commit025320be2424b803e8f18285829e20df19615c21 (patch)
tree28d61f9663b791f59b223f3cd9189daa790e7ed0 /src
parent8213d5715e52b3bff38f8ccfb5e0717a2becb075 (diff)
downloadgradecoin-025320be2424b803e8f18285829e20df19615c21.tar.gz
gradecoin-025320be2424b803e8f18285829e20df19615c21.tar.bz2
gradecoin-025320be2424b803e8f18285829e20df19615c21.zip
Fix docs
Diffstat (limited to 'src')
-rw-r--r--src/schema.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 4eb2f0a..d34de78 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -43,7 +43,7 @@ pub struct Claims {
43 43
44/// Global Database representation 44/// Global Database representation
45/// 45///
46/// [`blockchain`] is just the last block that was mined. All the blocks are written to disk as text 46/// [`Db::blockchain`] is just the last block that was mined. All the blocks are written to disk as text
47/// files whenever they are accepted. 47/// files whenever they are accepted.
48/// 48///
49/// [`pending_transactions`] is the in memory representation of the waiting transactions. Every 49/// [`pending_transactions`] is the in memory representation of the waiting transactions. Every