Fix INVALID_RESPONSE error in the file app
This commit is contained in:
@@ -102,7 +102,7 @@ types of messages:
|
||||
}
|
||||
|
||||
// HACK to hide messages from the anon rpc
|
||||
if (parsed.length !== 4) {
|
||||
if (parsed.length !== 4 && parsed[1] !== 'ERROR') {
|
||||
console.log(parsed);
|
||||
console.error("received message [%s] for txid[%s] with no callback", msg, txid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user