Make `Hydrabadger::secret_key` public.

This commit is contained in:
c0gent 2018-12-02 21:51:56 -08:00
parent 1d893122c4
commit 5e0b48be2b
No known key found for this signature in database
GPG Key ID: 9CC25E71A743E892
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ impl<T: Contribution> Hydrabadger<T> {
&self.inner.uid
}
pub(super) fn secret_key(&self) -> &SecretKey {
pub fn secret_key(&self) -> &SecretKey {
&self.inner.secret_key
}