We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
corepc
1 parent 9393832 commit 303cc70Copy full SHA for 303cc70
1 file changed
crates/testenv/src/lib.rs
@@ -24,7 +24,7 @@ pub struct TestEnv {
24
/// Configuration parameters.
25
#[derive(Debug)]
26
pub struct Config<'a> {
27
- /// [`bitcoind::Conf`]
+ /// [`corepc_node::Conf`]
28
pub bitcoind: corepc_node::Conf<'a>,
29
/// [`electrsd::Conf`]
30
pub electrsd: electrsd::Conf<'a>,
@@ -76,7 +76,7 @@ impl TestEnv {
76
&self.electrsd.client
77
}
78
79
- /// Exposes the [`RpcApi`] calls from [`bitcoincore_rpc`].
+ /// Exposes the RPC calls from [`corepc_client`].
80
pub fn rpc_client(&self) -> &corepc_node::Client {
81
&self.bitcoind.client
82
0 commit comments