loopout: remove redundant type declaration

pull/71/head
Joost Jager 5 years ago
parent 6da8494a0f
commit b3b20fc66f
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7

@ -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

Loading…
Cancel
Save