We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bd550f + ff34672 commit b899f90Copy full SHA for b899f90
examples/bitcoind-rpc-client/src/bitcoind_client.rs
@@ -1,4 +1,4 @@
1
-use std::{sync::{Arc}};
+use std::{sync::{Arc}, io::{Result, Error, ErrorKind}};
2
3
use bitcoin::{BlockHash, Block};
4
use lightning_block_sync::{rpc::RpcClient, http::{HttpEndpoint}, BlockSource, AsyncBlockSourceResult, BlockHeaderData};
0 commit comments