Skip to content

Commit acd9ab6

Browse files
committed
liquidity: fix duplicate sweep label
1 parent 0f93815 commit acd9ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

liquidity/parameters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func (p Parameters) String() string {
159159
)
160160
}
161161

162-
return fmt.Sprintf("rules: %v, failure backoff: %v, sweep sweep conf "+
162+
return fmt.Sprintf("rules: %v, failure backoff: %v, sweep conf "+
163163
"target: %v, htlc conf target: %v,fees: %v, auto budget: %v, "+
164164
"budget refresh: %v, max auto in flight: %v, minimum swap "+
165165
"size=%v, maximum swap size=%v", strings.Join(ruleList, ","),

0 commit comments

Comments
 (0)