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.
1 parent 1df6685 commit 950b32dCopy full SHA for 950b32d
release_notes.md
@@ -22,5 +22,5 @@ This file tracks release notes for the loop client.
22
#### Breaking Changes
23
24
#### Bug Fixes
25
-
+* The `SuggestSwaps` rpc now returns the correct peer pubkeys in the disqualified list.
26
#### Maintenance
version.go
@@ -27,7 +27,7 @@ const (
27
// Note: please update release_notes.md when you change these values.
28
appMajor uint = 0
29
appMinor uint = 19
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