release_notes: add grpc error code surfacing

This commit is contained in:
carla 2021-07-19 10:17:24 +02:00
parent d1c26a20da
commit b8f1fd1c4e
No known key found for this signature in database
GPG key ID: 4CA7FE54A6213C91

View file

@ -19,3 +19,7 @@ This file tracks release notes for the loop client.
#### Breaking Changes
#### Bug Fixes
* Grpc error codes returned by the swap server when swap initiation fails are
now surfaced to the client. Previously these error codes would be returned
as a string.