Fix typo in method call
This commit is contained in:
		
							parent
							
								
									817a58cf64
								
							
						
					
					
						commit
						17781a5ac4
					
				| @ -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