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 {