feat(identity): added --add-recipient and --remove-recipient flags for multi-recipient keys
This commit is contained in:
parent
f9ff2c0d62
commit
579e6a1eee
12 changed files with 575 additions and 51 deletions
|
|
@ -71,7 +71,7 @@ func TestDoctorIdentityPermissions(t *testing.T) {
|
|||
t.Setenv("PDA_DATA", dataDir)
|
||||
t.Setenv("PDA_CONFIG", configDir)
|
||||
|
||||
idPath := filepath.Join(configDir, "identity.txt")
|
||||
idPath := filepath.Join(dataDir, "identity.txt")
|
||||
if err := os.WriteFile(idPath, []byte("placeholder\n"), 0o644); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue