add Debug, PartialEq and Eq to LocalizedTransaction

This commit is contained in:
debris 2016-02-09 18:14:04 +01:00
parent 3abe5e941f
commit 75ccb22d26

View File

@ -291,6 +291,7 @@ impl SignedTransaction {
} }
/// Signed Transaction that is a part of canon blockchain. /// Signed Transaction that is a part of canon blockchain.
#[derive(Debug, PartialEq, Eq)]
pub struct LocalizedTransaction { pub struct LocalizedTransaction {
/// Signed part. /// Signed part.
pub signed: SignedTransaction, pub signed: SignedTransaction,