rust-lightning/lightning-block-sync
Jeffrey Czyz b2f16ad821
Parse RPC errors as JSON content
Bitcoin Core's JSON RPC server returns errors as HTTP error responses
with JSON content in the body. Parse this content as JSON to give a more
meaningful error. Otherwise, "binary" is given because the content
contains ASCII control characters.
2021-05-26 10:57:39 -07:00
..
src Parse RPC errors as JSON content 2021-05-26 10:57:39 -07:00
Cargo.toml Allow retrying HTTP requests if we hit a socket timeout 2021-05-10 16:55:09 +00:00