From 3a03a03a923dd89bd9740f16a68fd60178bd6099 Mon Sep 17 00:00:00 2001 From: "Owain G. Ainsworth" Date: Fri, 28 Mar 2014 00:01:46 +0000 Subject: [PATCH] Kill duff newline. --- mempool.go | 1 - 1 file changed, 1 deletion(-) diff --git a/mempool.go b/mempool.go index 1d49f38c..ee8c9502 100644 --- a/mempool.go +++ b/mempool.go @@ -94,7 +94,6 @@ type txMemPool struct { outpoints map[btcwire.OutPoint]*btcutil.Tx pennyTotal float64 // exponentially decaying total for penny spends. lastPennyUnix int64 // unix time of last ``penny spend'' - } // isDust returns whether or not the passed transaction output amount is