Skip to content

Commit 284577e

Browse files
committed
crc: BitcoinRcpClient::new comment, #6250
1 parent 98a66f4 commit 284577e

File tree

1 file changed

+1
-2
lines changed
  • stacks-node/src/burnchains/rpc/bitcoin_rpc_client

1 file changed

+1
-2
lines changed

stacks-node/src/burnchains/rpc/bitcoin_rpc_client/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,7 @@ impl BitcoinRpcClient {
410410
///
411411
/// # Returns
412412
///
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`
413+
/// A [`BitcoinRpcClient`] on success, or a [`BitcoinRpcClientError`] otherwise.
415414
pub fn new(
416415
host: String,
417416
port: u16,

0 commit comments

Comments
 (0)