aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
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)