Fix typo in method call

This commit is contained in:
Jaco Greeff 2016-12-15 17:52:28 +01:00
parent 817a58cf64
commit 17781a5ac4
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ export default class Contract {
}
try {
this.sendData(subscriptionId, null, this.parseEventLogs(logs));
this._sendData(subscriptionId, null, this.parseEventLogs(logs));
} catch (error) {
console.error('_sendSubscriptionChanges', error);
}