Skip to content

Commit 55771b7

Browse files
committed
Removed unused == operator from CMutableTransaction.
1 parent 56f6936 commit 55771b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/primitives/transaction.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,6 @@ struct CMutableTransaction
388388
*/
389389
uint256 GetHash() const;
390390

391-
friend bool operator==(const CMutableTransaction& a, const CMutableTransaction& b)
392-
{
393-
return a.GetHash() == b.GetHash();
394-
}
395-
396391
bool HasWitness() const
397392
{
398393
for (size_t i = 0; i < vin.size(); i++) {

0 commit comments

Comments
 (0)