Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ No `lnd` needed, but seed will be in `lnd`-specific [`aezeed` format](https://gi
- Only works if `lnd` is NOT running yet
- `--init-type=rpc` calls the `lnd` RPC to create a wallet
- Use this mode if you are using a remote database as `lnd`'s storage backend instead of bolt DB based file databases
- Needs `lnd` to be running and no wallet to exist
- Waits for `lnd` to be running. Once running, if no wallet exists, one will be created, otherwise if a wallet already exists then exit code 1 will be returned

### wait-ready
`wait-ready` waits for `lnd` to be ready by connecting to `lnd`'s status RPC
Expand Down