summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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