**Describe the bug** It seems emd does something differently from gaiad when doing `keys list`. On gaiad it will ask for the Keychain (for MacOS) password once. With emd it prompts for the password **for each key**. **How to reproduce** ``` emd keys add key1 emd keys add key2 emd keys add key3 emd keys add key4 emd keys list ``` _Observe: you will need to enter Keychain password 4 times before the list is shown._ **Expected behavior** Keychain password should only be entered once to list all the keys. **Additional context** Maybe emd tries to read secret data when listing keys? (causing the Keychain prompt)
Describe the bug
It seems emd does something differently from gaiad when doing
keys list.On gaiad it will ask for the Keychain (for MacOS) password once. With emd it prompts for the password for each key.
How to reproduce
Observe: you will need to enter Keychain password 4 times before the list is shown.
Expected behavior
Keychain password should only be entered once to list all the keys.
Additional context
Maybe emd tries to read secret data when listing keys? (causing the Keychain prompt)