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
commit4a2f77158fdb4cec32226ada7a50a0198fc40482 (patch)
tree3b45a989b0f591cefd5def8c0246fc414b1fee3e /src
parentc0b2e354621ef1a66eaa7f12c119b825ab1ad522 (diff)
downloadgradecoin-4a2f77158fdb4cec32226ada7a50a0198fc40482.tar.gz
gradecoin-4a2f77158fdb4cec32226ada7a50a0198fc40482.tar.bz2
gradecoin-4a2f77158fdb4cec32226ada7a50a0198fc40482.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