mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 09:45:35 +02:00
Removed unused == operator from CMutableTransaction.
This commit is contained in:
@@ -388,11 +388,6 @@ struct CMutableTransaction
|
||||
*/
|
||||
uint256 GetHash() const;
|
||||
|
||||
friend bool operator==(const CMutableTransaction& a, const CMutableTransaction& b)
|
||||
{
|
||||
return a.GetHash() == b.GetHash();
|
||||
}
|
||||
|
||||
bool HasWitness() const
|
||||
{
|
||||
for (size_t i = 0; i < vin.size(); i++) {
|
||||
|
Reference in New Issue
Block a user