mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopout: remove redundant type declaration
This commit is contained in:
parent
6da8494a0f
commit
b3b20fc66f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue