chore: apply new lint warnings from latest clippy (#561)
This commit is contained in:
parent
e21895206c
commit
b483b3a17a
23 changed files with 185 additions and 171 deletions
|
|
@ -267,9 +267,7 @@ pub type UTxOByTxin = UTxOByAddress;
|
|||
pub type Datum = (Era, TagWrap<Bytes, 24>);
|
||||
|
||||
// From `pallas-primitives`, with fewer `derive`s
|
||||
#[derive(
|
||||
Encode, Decode, Debug, PartialEq, Eq, PartialOrd, Ord, Clone,
|
||||
)]
|
||||
#[derive(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