Add Clone/Debug derivations to structs

This commit is contained in:
Luke Parker
2022-05-21 21:36:28 -04:00
parent 703b18c6e8
commit ec6927e66e
3 changed files with 10 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ use curve25519_dalek::{scalar::Scalar, edwards::EdwardsPoint};
use crate::{Commitment, wallet::TransactionError, serialize::*};
#[derive(Clone, Debug)]
pub struct Bulletproofs {
pub A: EdwardsPoint,
pub S: EdwardsPoint,