Skip to content

Commit

Permalink
Order derives in alphabetical order
Browse files Browse the repository at this point in the history
Co-authored-by: Deirdre Connolly <[email protected]>
  • Loading branch information
2 people authored and conradoplg committed Aug 25, 2021
1 parent 9690aab commit cc399c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-consensus/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ where
///
/// Transaction verification has slightly different consensus rules, depending on
/// whether the transaction is to be included in a block on in the mempool.
#[derive(Debug, Clone, PartialEq, Eq)]
#[derive(Clone, Debug, Eq, PartialEq)]
pub enum Request {
/// Verify the supplied transaction as part of a block.
Block {
Expand Down

0 comments on commit cc399c5

Please sign in to comment.