fixing previous commit

(cherry picked from commit 7f6b9903cb1275663106247689e1c1f0ab4007c8)
This commit is contained in:
Jannis Froese 2014-03-17 17:10:42 +01:00
parent 1bf59137be
commit de3cb14220

View file

@ -153,6 +153,7 @@ public:
{
// Dogecoin: IsDust() detection disabled, allows any valid dust to be relayed.
// The fees imposed on each dust txo is considered sufficient spam deterrant.
return false;
}
friend bool operator==(const CTxOut& a, const CTxOut& b)