From b16da2c2b64f753129bb33b734a7982e2622ddd3 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 13 Apr 2021 15:53:03 +0300 Subject: Fix docs again --- src/schema.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schema.rs b/src/schema.rs index d34de78..b07744a 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -46,10 +46,10 @@ pub struct Claims { /// [`Db::blockchain`] is just the last block that was mined. All the blocks are written to disk as text /// files whenever they are accepted. /// -/// [`pending_transactions`] is the in memory representation of the waiting transactions. Every +/// [`Db::pending_transactions`] is the in memory representation of the waiting transactions. Every /// user can have only one outstanding transaction at any given time. /// -/// [`users`] is the in memory representation of the users, with their public keys, metu_ids and +/// [`Db::users`] is the in memory representation of the users, with their public keys, metu_ids and /// gradecoin balances. /// /// TODO: Replace the pending_transactions HashMap with -- cgit v1.2.3-70-g09d2