-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
If you run the example code, you' ll get the error:
let client = Client::new("ssl://electrum.blockstream.info:50002").unwrap();
let res = client.server_features();
println!("{:#?}", res);
Err(
AllAttemptsErrored(
[
JSON(
Error("EOF while parsing a value", line: 1, column: 0),
),
],
),
)
I tried other Electrum servers and the results were the same.
In my Cargo.toml the version is 0.21.0.
[dependencies]
electrum-client = "0.21.0"
oleonardolima
Metadata
Metadata
Assignees
Labels
No labels