You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To start start the app in development mode (simnet):
26
26
npm run electron-dev
27
27
```
28
28
29
-
Running in development mode can allow you to run in full node mode instead of the default neutrino mode, and will also allow you to run in simnet node for testing. The app will use it's own lnd config/data dir and does not share state with other lnd installations on your system.
29
+
Running in development mode can allow you to run in full node mode instead of the default neutrino mode, and will also allow you to run in simnet node for testing. The app will use it's own lnd `data/lnd` dir and does not share state with other lnd installations on your system.
30
30
31
31
### Building the Packaged App
32
32
@@ -59,9 +59,9 @@ To run the packaged version of the app e.g. for macOS run:
59
59
```
60
60
61
61
62
-
### Logs
63
-
Logs are written to the following locations:
62
+
### Lnd data and logs
63
+
Lnd data and logs are written to the following locations in production:
0 commit comments