Merge pull request #34 from Permissionless-Software-Foundation/ct-unstable

fix(ipfs-coord): Updating to v6.6.3
This commit is contained in:
Chris Troutner
2021-09-04 08:39:37 -07:00
committed by GitHub
3 changed files with 962 additions and 687 deletions
+960 -685
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -28,7 +28,7 @@
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"@chris.troutner/ipfs": "2.0.2",
"ipfs-coord": "^6.6.0",
"ipfs-coord": "^6.6.3",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",
+1 -1
View File
@@ -56,7 +56,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') {