fix(primitives): Add missing PartialOrd and Ord to TransactionInput (#191)
This commit is contained in:
parent
2f7d108b53
commit
ac25b48797
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ pub struct Header {
|
|||
pub body_signature: Bytes,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Encode, Decode, Debug, PartialEq, Eq, Clone)]
|
||||
#[derive(Serialize, Deserialize, Encode, Decode, Debug, PartialEq, Eq, PartialOrd, Ord, Clone)]
|
||||
pub struct TransactionInput {
|
||||
#[n(0)]
|
||||
pub transaction_id: Hash<32>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue