Verify gossip using our RpcClient and the new LDK verification impl
[ldk-sample] / src / bitcoind_client.rs
index 3a41bc6e1ac74bb44cc2fec9a665e5a33d9f8c56..9f28015cf5ed0326190ac88b79b67f736c8de4a0 100644 (file)
@@ -28,7 +28,7 @@ use std::sync::Arc;
 use std::time::Duration;
 
 pub struct BitcoindClient {
-       bitcoind_rpc_client: Arc<RpcClient>,
+       pub(crate) bitcoind_rpc_client: Arc<RpcClient>,
        host: String,
        port: u16,
        rpc_user: String,