From 33e42f288b299a7be243b5b91b377be3028cb8fe Mon Sep 17 00:00:00 2001 From: zramsay <zach@monax.io> Date: Fri, 25 Nov 2016 14:43:11 -0500 Subject: [PATCH] fix a typo --- client/websocket_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/websocket_client.go b/client/websocket_client.go index 42f1bf37..f58f8050 100644 --- a/client/websocket_client.go +++ b/client/websocket_client.go @@ -97,7 +97,7 @@ func (erisNodeWebsocketClient *ErisNodeWebsocketClient) WaitForConfirmation(tx t // Received confirmation of subscription to event streams // TODO: collect subscription IDs, push into channel and on completion // unsubscribe - log.Infof("[eris-client] recceived confirmation for event (%s) with subscription id (%s).", + log.Infof("[eris-client] received confirmation for event (%s) with subscription id (%s).", subscription.Event, subscription.SubscriptionId) continue } -- GitLab