Parameterize AuthorizingKey as PublicKeyBytes<SpendAuth>
This commit is contained in:
parent
097d4617df
commit
39278a3095
|
|
@ -131,7 +131,7 @@ impl From<SpendingKey> for OutgoingViewingKey {
|
|||
}
|
||||
|
||||
///
|
||||
pub type AuthorizingKey = redjubjub::PublicKeyBytes;
|
||||
pub type AuthorizingKey = redjubjub::PublicKeyBytes<redjubjub::SpendAuth>;
|
||||
|
||||
impl fmt::Debug for AuthorizingKey {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
|
|
|
|||
Loading…
Reference in New Issue