You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it has line breaks, JSON does not allow real line-breaks. This throws a parse error in JavaScript so you can't read the response. You need to replace all the line breaks with \n.
Is this really a high priority, there are external packages that already are parsing the current format, also it is readable output for cli users. since barterDEX isnt strictly following JSON standard, maybe it is ok to keep this as it is?
jl777#592 (jl777#596)
* WIP. Using different executors for Electrum connect loop and requests prevents deadlock.
* Use .await instead of blocking .wait() in utxo get_tx_details_by_hash.
Currently it has line breaks, JSON does not allow real line-breaks. This throws a parse error in JavaScript so you can't read the response. You need to replace all the line breaks with
\n
.So it should be:
Instead of the current:
The text was updated successfully, but these errors were encountered: