Skip to content

Commit 303cc70

Browse files
ValuedMammaloleonardolima
authored andcommitted
docs(testenv): fix rustdocs for corepc types
1 parent 9393832 commit 303cc70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/testenv/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub struct TestEnv {
2424
/// Configuration parameters.
2525
#[derive(Debug)]
2626
pub struct Config<'a> {
27-
/// [`bitcoind::Conf`]
27+
/// [`corepc_node::Conf`]
2828
pub bitcoind: corepc_node::Conf<'a>,
2929
/// [`electrsd::Conf`]
3030
pub electrsd: electrsd::Conf<'a>,
@@ -76,7 +76,7 @@ impl TestEnv {
7676
&self.electrsd.client
7777
}
7878

79-
/// Exposes the [`RpcApi`] calls from [`bitcoincore_rpc`].
79+
/// Exposes the RPC calls from [`corepc_client`].
8080
pub fn rpc_client(&self) -> &corepc_node::Client {
8181
&self.bitcoind.client
8282
}

0 commit comments

Comments
 (0)