Skip to content

Commit 3150433

Browse files
committed
fix: remove dup implementation from merge
1 parent 8159a93 commit 3150433

File tree

1 file changed

+0
-8
lines changed
  • stackslib/src/chainstate/stacks

1 file changed

+0
-8
lines changed

stackslib/src/chainstate/stacks/mod.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,14 +1012,6 @@ pub struct StacksTransaction {
10121012
pub payload: TransactionPayload,
10131013
}
10141014

1015-
impl Hash for StacksTransaction {
1016-
fn hash<H: Hasher>(&self, state: &mut H) {
1017-
self.txid().hash(state)
1018-
}
1019-
}
1020-
1021-
impl Eq for StacksTransaction {}
1022-
10231015
#[derive(Debug, Clone, PartialEq)]
10241016
pub struct StacksTransactionSigner {
10251017
pub tx: StacksTransaction,

0 commit comments

Comments
 (0)