aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-04-09 14:44:23 +0300
committerYigit Sever2021-04-09 14:44:23 +0300
commit4e279c974e0fbfffcf9fb3b38e75055d7c434e3a (patch)
tree587a67e4e217375b7dd069bb97d96f3df43f4f23
parent336a5b699604f11e223ae6fb111b88b9f9275bf1 (diff)
downloadgradecoin-4e279c974e0fbfffcf9fb3b38e75055d7c434e3a.tar.gz
gradecoin-4e279c974e0fbfffcf9fb3b38e75055d7c434e3a.tar.bz2
gradecoin-4e279c974e0fbfffcf9fb3b38e75055d7c434e3a.zip
Add todo item
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 4e65094..3f8c3ea 100644
--- a/TODO.md
+++ b/TODO.md
@@ -9,6 +9,7 @@
9## Authentication 9## Authentication
10- [ ] pick a user authentication scheme 10- [ ] pick a user authentication scheme
11 - [ ] implement it 11 - [ ] implement it
12- [ ] users should be able to _sign_ their transactions
12 13
13## Done & Brag 14## Done & Brag
14- [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code) 15- [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code)