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
Instead of allowing a generic stdin input for entering a mnemonic on wallet init (or hitting enter to generate a new one), the current setup requires a TTY input.
Allowing a stdin input for this step will enable automation of containers.
Instead of allowing a generic
stdininput for entering a mnemonic on wallet init (or hitting enter to generate a new one), the current setup requires a TTY input.Allowing a
stdininput for this step will enable automation of containers.