diff --git a/zebra-rpc/src/methods.rs b/zebra-rpc/src/methods.rs index e83adf476ae..2a602a8ec14 100644 --- a/zebra-rpc/src/methods.rs +++ b/zebra-rpc/src/methods.rs @@ -236,7 +236,7 @@ pub trait Rpc { /// /// zcashd reference: [`getblockcount`](https://zcash.github.io/rpc/getblockcount.html) /// - /// #Notes + /// # Notes /// /// This rpc method is available only if zebra is built with `--features getblocktemplate-rpcs`. #[rpc(name = "getblockcount")]