Skip to content

allow stdin input for wallet init#156

Open
ala-mode wants to merge 2 commits into
zcash:mainfrom
ala-mode:stdin_wallet_init
Open

allow stdin input for wallet init#156
ala-mode wants to merge 2 commits into
zcash:mainfrom
ala-mode:stdin_wallet_init

Conversation

@ala-mode

@ala-mode ala-mode commented Mar 9, 2026

Copy link
Copy Markdown

Fixes #154

Aiming to create some basic container automation (wallet creation without attaching a TTY) I noticed this change could be made easily within the same crate already being used.

The .lock() method aims to provide exclusive access to the standard input stream by returning a locked handle.

I tested this small change locally and it seemed to work as I expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TTY required for wallet init

1 participant