add Debug, PartialEq and Eq to LocalizedTransaction
This commit is contained in:
parent
3abe5e941f
commit
75ccb22d26
@ -291,6 +291,7 @@ impl SignedTransaction {
|
||||
}
|
||||
|
||||
/// Signed Transaction that is a part of canon blockchain.
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub struct LocalizedTransaction {
|
||||
/// Signed part.
|
||||
pub signed: SignedTransaction,
|
||||
|
Loading…
Reference in New Issue
Block a user