Skip to content

Commit b899f90

Browse files
author
Conor Okus
committed
Merge branch 'examples' of github.com:ConorOkus/rust-lightning into examples
2 parents 0bd550f + ff34672 commit b899f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bitcoind-rpc-client/src/bitcoind_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use std::{sync::{Arc}};
1+
use std::{sync::{Arc}, io::{Result, Error, ErrorKind}};
22

33
use bitcoin::{BlockHash, Block};
44
use lightning_block_sync::{rpc::RpcClient, http::{HttpEndpoint}, BlockSource, AsyncBlockSourceResult, BlockHeaderData};

0 commit comments

Comments
 (0)