Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge #3862 from ethcore/jg-fix-contracts-send
Browse files Browse the repository at this point in the history
Fix typo in method call (broken contract interface)
  • Loading branch information
derhuerst authored Dec 15, 2016
2 parents 2e02db2 + 17781a5 commit 29457c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/api/contract/contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 29457c1

Please sign in to comment.