Skip to content

Commit 62260f6

Browse files
committed
crc: rpc error tag in doc, #6250
1 parent 68f3044 commit 62260f6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ impl RpcTransport {
182182
/// # Returns
183183
///
184184
/// Returns `RpcResult<T>`, which is a result containing either the successfully deserialized response of type `T`
185-
/// or an `RpcError` otherwise
185+
/// or an [`RpcError`] otherwise
186186
pub fn send<T: for<'de> Deserialize<'de>>(
187187
&self,
188188
id: &str,

0 commit comments

Comments
 (0)