Remove suprious error messages in wallet keymanager (#5090)

* Handle multiple passphrases

* Add tests
This commit is contained in:
Jim McDonald
2020-03-13 12:26:10 +00:00
committed by GitHub
parent 0974c02a00
commit 02afb53ea4
3 changed files with 105 additions and 1 deletions

View File

@@ -34,10 +34,14 @@ go_test(
"direct_interop_test.go",
"direct_test.go",
"opts_test.go",
"wallet_test.go",
],
embed = [":go_default_library"],
deps = [
"//shared/bls:go_default_library",
"//shared/bytesutil:go_default_library",
"@com_github_wealdtech_go_eth2_wallet_encryptor_keystorev4//:go_default_library",
"@com_github_wealdtech_go_eth2_wallet_nd//:go_default_library",
"@com_github_wealdtech_go_eth2_wallet_store_filesystem//:go_default_library",
],
)