We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a66f4 commit 284577eCopy full SHA for 284577e
stacks-node/src/burnchains/rpc/bitcoin_rpc_client/mod.rs
@@ -410,8 +410,7 @@ impl BitcoinRpcClient {
410
///
411
/// # Returns
412
413
- /// Returns `Ok(Self)` if both global and wallet RPC transports are successfully created,
414
- /// or `Err(String)` if the underlying HTTP client setup fails.Stacks Configuration, mainly using `BurnchainConfig`
+ /// A [`BitcoinRpcClient`] on success, or a [`BitcoinRpcClientError`] otherwise.
415
pub fn new(
416
host: String,
417
port: u16,
0 commit comments