aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------liberty0
-rw-r--r--xP/xP.go3
2 files changed, 1 insertions, 2 deletions
diff --git a/liberty b/liberty
-Subproject 75fc6f1c374796f9e794297c3893089009b8772
+Subproject aacf1b1d47824de2c924874e3d6cdad1d8b5ba2
diff --git a/xP/xP.go b/xP/xP.go
index c0c4448..188fd5d 100644
--- a/xP/xP.go
+++ b/xP/xP.go
@@ -145,8 +145,7 @@ func clientWriteError(ctx context.Context, ws *websocket.Conn, err error) bool {
b, ok := (&RelayEventMessage{
EventSeq: 0,
Data: RelayEventData{
- Interface: RelayEventDataError{
- Event: RelayEventError,
+ Variant: &RelayEventDataError{
CommandSeq: 0,
Error: err.Error(),
},