We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8159a93 commit 3150433Copy full SHA for 3150433
stackslib/src/chainstate/stacks/mod.rs
@@ -1012,14 +1012,6 @@ pub struct StacksTransaction {
1012
pub payload: TransactionPayload,
1013
}
1014
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
1023
#[derive(Debug, Clone, PartialEq)]
1024
pub struct StacksTransactionSigner {
1025
pub tx: StacksTransaction,
0 commit comments