This commit is contained in:
Chris Troutner
2021-09-04 09:12:25 -07:00
+1 -1
View File
@@ -58,7 +58,7 @@ class JSONRPC {
// Attempt to parse the incoming data as a JSON RPC string.
const parsedData = _this.jsonrpc.parse(str)
console.log('parsedData: ', parsedData)
// console.log('parsedData: ', parsedData)
// Exit quietly if the incoming string is an invalid JSON RPC string.
if (parsedData.type === 'invalid') {