Skip to content
Snippets Groups Projects
Commit 33e42f28 authored by zramsay's avatar zramsay
Browse files

fix a typo

parent d53f406e
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ func (erisNodeWebsocketClient *ErisNodeWebsocketClient) WaitForConfirmation(tx t ...@@ -97,7 +97,7 @@ func (erisNodeWebsocketClient *ErisNodeWebsocketClient) WaitForConfirmation(tx t
// Received confirmation of subscription to event streams // Received confirmation of subscription to event streams
// TODO: collect subscription IDs, push into channel and on completion // TODO: collect subscription IDs, push into channel and on completion
// unsubscribe // 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) subscription.Event, subscription.SubscriptionId)
continue continue
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment