File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ This file tracks release notes for the loop client.
18
18
19
19
#### Breaking Changes
20
20
21
- * Autoloop now defaults to a slow publication deadline (30 minutes after
22
- initiation) to reduce fees. To revert to the previous behavior, users can run
23
- ` loop setparams --fast ` , which causes swap HTLCs to be published immediately
24
- after initiation.
25
-
26
21
#### Bug Fixes
27
22
28
23
#### Maintenance
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
29
appMinor uint = 31
30
- appPatch uint = 0
30
+ appPatch uint = 1
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
33
// the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments