Write more docs
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
//! # use magical_bitcoin_wallet::blockchain::electrum::ElectrumBlockchain;
|
||||
//! let client = electrum_client::Client::new("ssl://electrum.blockstream.info:50002", None)?;
|
||||
//! let blockchain = ElectrumBlockchain::from(client);
|
||||
//! # Ok::<(), magical_bitcoin_wallet::error::Error>(())
|
||||
//! # Ok::<(), magical_bitcoin_wallet::Error>(())
|
||||
//! ```
|
||||
|
||||
use std::collections::HashSet;
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
//! ```no_run
|
||||
//! # use magical_bitcoin_wallet::blockchain::esplora::EsploraBlockchain;
|
||||
//! let blockchain = EsploraBlockchain::new("https://blockstream.info/testnet/");
|
||||
//! # Ok::<(), magical_bitcoin_wallet::error::Error>(())
|
||||
//! # Ok::<(), magical_bitcoin_wallet::Error>(())
|
||||
//! ```
|
||||
|
||||
use std::collections::{HashMap, HashSet};
|
||||
|
||||
Reference in New Issue
Block a user