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
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Currently the LocalWallet::new_keystore() doesn't return the uuid that's available from the inner eth_keystore::new call. Making it impossible to manage the keystore in the filesystem programmatically. Please also return the uuid from eth_keystore::new so the actual keystore file can be located easily.
The text was updated successfully, but these errors were encountered:
Currently the
LocalWallet::new_keystore()
doesn't return theuuid
that's available from the innereth_keystore::new
call. Making it impossible to manage the keystore in the filesystem programmatically. Please also return theuuid
frometh_keystore::new
so the actual keystore file can be located easily.The text was updated successfully, but these errors were encountered: