Removed unused == operator from CMutableTransaction.
This commit is contained in:
parent
56f69360dc
commit
55771b7c6a
1 changed files with 0 additions and 5 deletions
|
@ -388,11 +388,6 @@ struct CMutableTransaction
|
||||||
*/
|
*/
|
||||||
uint256 GetHash() const;
|
uint256 GetHash() const;
|
||||||
|
|
||||||
friend bool operator==(const CMutableTransaction& a, const CMutableTransaction& b)
|
|
||||||
{
|
|
||||||
return a.GetHash() == b.GetHash();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool HasWitness() const
|
bool HasWitness() const
|
||||||
{
|
{
|
||||||
for (size_t i = 0; i < vin.size(); i++) {
|
for (size_t i = 0; i < vin.size(); i++) {
|
||||||
|
|
Loading…
Reference in a new issue