From 39278a3095cc8b69a83faccd9ee9773e61751015 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Sun, 29 Mar 2020 03:23:50 -0400 Subject: [PATCH] Parameterize AuthorizingKey as PublicKeyBytes --- zebra-chain/src/keys/sapling.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/keys/sapling.rs b/zebra-chain/src/keys/sapling.rs index 0aefff8b..39845aa3 100644 --- a/zebra-chain/src/keys/sapling.rs +++ b/zebra-chain/src/keys/sapling.rs @@ -131,7 +131,7 @@ impl From for OutgoingViewingKey { } /// -pub type AuthorizingKey = redjubjub::PublicKeyBytes; +pub type AuthorizingKey = redjubjub::PublicKeyBytes; impl fmt::Debug for AuthorizingKey { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {