Skip to content

Commit 65b55e5

Browse files
committed
Fix cargo docs
1 parent 0070331 commit 65b55e5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/config.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ use ethers::types::Address as EthereumAddress;
1414
use eyre::{Context, Result};
1515
use std::path::PathBuf;
1616

17-
/// Contains the RAW config data.
18-
///
19-
/// Use [`Config::<ConfigRaw>from`] to convert it to the 'high-level' [`Config`].
2017
#[derive(serde::Deserialize)]
2118
pub struct Config {
2219
pub atomic_swap_contract_address: EthereumAddress,
@@ -33,8 +30,8 @@ pub struct Config {
3330
}
3431

3532
impl Config {
36-
/// Return the [`BitcoinWallet`] that can be used to operate with UTXOs and the
37-
/// [`BitcoinWalletClient`] for retrieving the available UTXOs from the Bitcoin network.
33+
/// Return the [`bdk::Wallet<MemoryDatabase>`] that can be used to operate with UTXOs and the
34+
/// [`BitcoinClient`] for retrieving the available UTXOs from the Bitcoin network.
3835
pub fn bitcoin_wallet(
3936
&self,
4037
secp_ctx: &Secp256k1<All>,

0 commit comments

Comments
 (0)