From ed3e22d1f0d3fd643b67440f847680c351c1ab70 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Thu, 5 Mar 2015 23:28:25 -0800 Subject: [PATCH] remove trailing space --- src/darksend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/darksend.h b/src/darksend.h index 5e3d8484b..fa6922e1d 100644 --- a/src/darksend.h +++ b/src/darksend.h @@ -125,7 +125,7 @@ class CDarksendQueue { public: CTxIn vin; - int64_t time; + int64_t time; int nDenom; bool ready; //ready for submit std::vector vchSig; @@ -484,7 +484,7 @@ public: return true; } - /// Add signature to a vin + /// Add signature to a vin bool AddScriptSig(const CTxIn& newVin); /// Check that all inputs are signed. (Are all inputs signed?) bool SignaturesComplete();