This commit is contained in:
jl777
2016-10-21 16:44:49 -03:00
parent 2fe65b37f5
commit 8a9bc02778
5 changed files with 31 additions and 25 deletions

View File

@@ -267,8 +267,7 @@ public:
friend bool operator==(const CTxOut& a, const CTxOut& b)
{
return (a.nValue == b.nValue &&
a.scriptPubKey == b.scriptPubKey);
return (a.nValue == b.nValue && a.scriptPubKey == b.scriptPubKey);
}
friend bool operator!=(const CTxOut& a, const CTxOut& b)