mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Add a Tool to Split a Series of Mnemonic Keys into Distinct Wallets (#8651)
* Add a tool to split a series of mnemonic keys into distinct wallets * split func * keysplit tool * gaz/viz Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
This commit is contained in:
@@ -9,7 +9,7 @@ go_library(
|
||||
],
|
||||
importpath = "github.com/prysmaticlabs/prysm/validator/keymanager",
|
||||
visibility = [
|
||||
"//tools/keystores:__pkg__",
|
||||
"//tools:__subpackages__",
|
||||
"//validator:__pkg__",
|
||||
"//validator:__subpackages__",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user