We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ef7584 + 62ab50a commit f5b34caCopy full SHA for f5b34ca
release_notes.md
@@ -18,11 +18,6 @@ This file tracks release notes for the loop client.
18
19
#### Breaking Changes
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
#### Bug Fixes
27
28
#### Maintenance
version.go
@@ -27,7 +27,7 @@ const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
29
appMinor uint = 31
30
- appPatch uint = 0
+ appPatch uint = 1
31
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
// the semantic versioning spec.
0 commit comments