File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ use ethers::types::Address as EthereumAddress;
1414use eyre:: { Context , Result } ;
1515use 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 ) ]
2118pub struct Config {
2219 pub atomic_swap_contract_address : EthereumAddress ,
@@ -33,8 +30,8 @@ pub struct Config {
3330}
3431
3532impl 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 > ,
You can’t perform that action at this time.
0 commit comments