From de3cb1422068fcd8666459ec3ca5ea59d6e229cb Mon Sep 17 00:00:00 2001 From: Jannis Froese Date: Mon, 17 Mar 2014 17:10:42 +0100 Subject: [PATCH] fixing previous commit (cherry picked from commit 7f6b9903cb1275663106247689e1c1f0ab4007c8) --- src/core.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core.h b/src/core.h index 216e5f9ed..889c8ad2b 100644 --- a/src/core.h +++ b/src/core.h @@ -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)