From b3b20fc66f410b148782355a581e802ba9a1cc32 Mon Sep 17 00:00:00 2001 From: Joost Jager Date: Tue, 30 Jul 2019 13:22:15 +0200 Subject: [PATCH] loopout: remove redundant type declaration --- loopout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopout.go b/loopout.go index 64c17f1..2b95a42 100644 --- a/loopout.go +++ b/loopout.go @@ -31,7 +31,7 @@ var ( // confirmation target. // // TODO(wilmer): tune? - DefaultSweepConfTargetDelta int32 = DefaultSweepConfTarget * 2 + DefaultSweepConfTargetDelta = DefaultSweepConfTarget * 2 ) // loopOutSwap contains all the in-memory state related to a pending loop out