Merge #3862 from ethcore/jg-fix-contracts-send
Fix typo in method call (broken contract interface)
This commit is contained in:
commit
29457c11ef
@ -458,7 +458,7 @@ export default class Contract {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.sendData(subscriptionId, null, this.parseEventLogs(logs));
|
this._sendData(subscriptionId, null, this.parseEventLogs(logs));
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('_sendSubscriptionChanges', error);
|
console.error('_sendSubscriptionChanges', error);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user