add derive Debug to Keypair (#4236)
This commit is contained in:
parent
5d0d467287
commit
5f72650c7f
|
@ -18,6 +18,7 @@ use std::path::Path;
|
|||
// --BEGIN
|
||||
// the below can go away if this lands:
|
||||
// https://github.com/dalek-cryptography/ed25519-dalek/pull/82
|
||||
#[derive(Debug)]
|
||||
pub struct Keypair(ed25519_dalek::Keypair);
|
||||
impl PartialEq for Keypair {
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
|
|
Loading…
Reference in New Issue