update todo

This commit is contained in:
boneyard93501
2021-10-20 17:33:10 -05:00
parent dbaab5b9b4
commit 04baa6d3f6

View File

@@ -67,8 +67,8 @@ The peer-local SQLite table is [implemented](./src/local_db.ts) as:
TODO:
[ ] Change wallet to use Peer secret key
[ ] Save Keypair to password protected (local) file
- [x] Change wallet to use Peer secret key
- [ ] Save Keypair to password protected (local) file
## Running A Peer
@@ -80,7 +80,7 @@ npm i
npm start
```
Or run with:
Or run with
```bash
nohup node start &