From 75b5057aaf2bce447681fbf193043a89ee83d105 Mon Sep 17 00:00:00 2001 From: ZZiigguurraatt Date: Fri, 3 Oct 2025 00:50:27 -0400 Subject: [PATCH] README: clarify init-wallet behavior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cdc2b4..25cdc08 100644 --- a/README.md +++ b/README.md @@ -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