Skip to content

Commit

Permalink
Remove privval.FilePVKey from VaultPrivateKey interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nitronit committed Dec 23, 2023
1 parent 22c6dbd commit 6011f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tss/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func ReadCometBFTPrivValidatorFile(filename string) (out privval.FilePVKey, err
}

type VaultPrivateKey interface {
VaultKey | Ed25519Key | privval.FilePVKey
VaultKey | Ed25519Key
}

// WriteToFile writes a key structure to a given file name.
Expand Down

0 comments on commit 6011f98

Please sign in to comment.