aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-09 14:44:23 +0300
committerYigit Sever2021-04-09 14:44:23 +0300
commit1f53da5fb644f71618550dd8bde270c7a6c04785 (patch)
tree4a009320cd9ab5c3f6eee525dfa1fcda1d255f2d /TODO.md
parent84eb506245a52c8f03d702e2029615ed8a5681e1 (diff)
downloadgradecoin-1f53da5fb644f71618550dd8bde270c7a6c04785.tar.gz
gradecoin-1f53da5fb644f71618550dd8bde270c7a6c04785.tar.bz2
gradecoin-1f53da5fb644f71618550dd8bde270c7a6c04785.zip
Add todo item
Diffstat (limited to 'TODO.md')
-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)