mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Use Password Specific to Web UI Instead of Wallet Password (#7569)
* use password specific to web UI * fix up a few more tests * tests passing * gaz * fix fmt
This commit is contained in:
@@ -14,7 +14,6 @@ type Wallet interface {
|
||||
// Methods to retrieve wallet and accounts metadata.
|
||||
AccountsDir() string
|
||||
Password() string
|
||||
SetPassword(newPass string)
|
||||
// Read methods for important wallet and accounts-related files.
|
||||
ReadEncryptedSeedFromDisk(ctx context.Context) (io.ReadCloser, error)
|
||||
ReadFileAtPath(ctx context.Context, filePath string, fileName string) ([]byte, error)
|
||||
|
||||
Reference in New Issue
Block a user