Skip to content
Snippets Groups Projects
Commit 0d6f931b authored by Silas Davis's avatar Silas Davis Committed by GitHub
Browse files

Merge pull request #408 from zramsay/typo

fix a typo
parents 8f6dfea2 33e42f28
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