Dan Janosik
6 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
1 changed files with
1 additions and
1 deletions
-
app/api/rpcApi.js
|
|
@ -281,7 +281,7 @@ function getRpcDataWithParams(request) { |
|
|
|
rpcCall = function() { |
|
|
|
client.command([request], function(err, result, resHeaders) { |
|
|
|
if (err != null) { |
|
|
|
console.log(`Error for RPC command ${request}: ${err}`); |
|
|
|
console.log(`Error for RPC command ${JSON.stringify(request)}: ${err}, headers=${resHeaders}`); |
|
|
|
|
|
|
|
reject(err); |
|
|
|
|
|
|
|